stackcount: How Many Graphs are in a Graph Stack?

View source: R/dataprep.R

stackcountR 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

nties

Examples

stackcount(rgraph(4,8))==8

sna documentation built on May 29, 2024, 1:46 a.m.

Related to stackcount in sna...