network.size: Return the Size of a Network

View source: R/access.R

network.sizeR Documentation

Return the Size of a Network

Description

network.size returns the order of its argument (i.e., number of vertices).

Usage

network.size(x, ...)

Arguments

x

an object of class network

...

additional arguments, not used

Details

network.size(x) is equivalent to get.network.attribute(x,"n"); the function exists as a convenience.

Value

The network size

Author(s)

Carter T. Butts buttsc@uci.edu

References

Butts, C. T. (2008). “network: a Package for Managing Relational Data in R.” Journal of Statistical Software, 24(2). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v024.i02")}

See Also

get.network.attribute

Examples


#Initialize a network
g<-network.initialize(7)
network.size(g)


statnet/network documentation built on April 6, 2024, 8:51 p.m.