Learn R Programming

sna (version 0.3)

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
stackcount(rgraph(4,8))==8

Run the code above in your browser using DataLab