R-sharp/docs/documents/igraph/graph.1

51 lines
926 B
Groff

.\" man page create by R# package system.
.TH IGRAPH 2 2000-Jan "graph" "graph"
.SH NAME
graph \- create a new graph object with the given network
.SH SYNOPSIS
\fIgraph(\fBfrom\fR as string,
\fBto\fR as string,
\fBweights\fR as double = \fB<NULL>\fR,
\fBtitle\fR as list = \fB<NULL>\fR,
\fBshape\fR as list = \fB<NULL>\fR,
\fBdefaultId\fR as boolean = FALSE,
[\fB<Environment>\fR]);\fR
.SH DESCRIPTION
.PP
create a new graph object with the given network
edge data and the node properties
.PP
.SH OPTIONS
.PP
\fBfrom\fB \fR\- -.
.PP
.PP
\fB[to]\fB \fR\- -.
.PP
.PP
\fBweights\fB \fR\- -.
.PP
.PP
\fBtitle\fB \fR\-
the node display labels
.
.PP
.PP
\fBdefaultId\fB \fR\-
using the node id as the node display labels
if the target object is missing from the title
list.
.
.PP
.PP
\fBenv\fB \fR\- -.
.PP
.SH SEE ALSO
igraph
.SH FILES
.PP
igraph.dll
.PP
.SH AUTHOR
Written by \fBxie.guigang@gcmodeller.org\fR