sna (version 2.4)

stackcount: 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

See Also

nties

Examples

Run this code
# NOT RUN {
stackcount(rgraph(4,8))==8
# }

Run the code above in your browser using DataLab