stackcount {sna} | R Documentation |
How Many Graphs are in a Graph Stack?
Description
Returns the number of graphs in the stack provided by d
.
Usage
stackcount(d)
Arguments
d |
a graph or graph stack. |
Value
The number of graphs in d
Author(s)
Carter T. Butts buttsc@uci.edu
See Also
Examples
stackcount(rgraph(4,8))==8
[Package sna version 2.7-2 Index]