length | R Documentation |
The number of nodes in the gNode Object
The number of edge pairs in the gEdge Object
The number of junctions in this Junction Object
The number of nodes in the gGraph
The number of walks in the gWalk
The number of nodes in the gNode
The number of edges in the gEdge
## S3 method for class 'gNode'
length(x)
## S3 method for class 'gEdge'
length(x)
## S3 method for class 'Junction'
length(Junction)
## S3 method for class 'gGraph'
length(x)
## S3 method for class 'gWalk'
length(x)
## S3 method for class 'gNode'
length(x)
## S3 method for class 'gEdge'
length(x)
Junction |
a Junction Object |
gNode |
a gEdge object |
gWalk |
a |
gGraph |
a |
the number of nodes in the gNode Object
the number of edge pairs in the gEdge Object
the number of junctions in the Junction Object
the number of nodes in the gGraph
the number of nodes in the gWalk
the number of nodes in the gNode
the number of edges in the gEdge
Joe DeRose
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.