numNodes {SEMID} | R Documentation |
Number of nodes in the graph.
Description
Number of nodes in the graph.
Usage
numNodes(this, ...)
## S3 method for class 'LatentDigraphFixedOrder'
numNodes(this, ...)
## S3 method for class 'LatentDigraph'
numNodes(this, ...)
## S3 method for class 'MixedGraph'
numNodes(this, ...)
Arguments
this |
the graph object |
... |
ignored. |
[Package SEMID version 0.4.1 Index]