is.bipartite {network} | R Documentation |
Tests to see is the network
object can be interpreted as a
bipartite network.
is.bipartite(x)
x |
for network , a matrix giving the network structure
in adjacency, incidence, or edgelist form; otherwise, an
object of class network . |
a logical FALSE if the bipartite
attribute of the network
object is not present. Otherwise the count of the number of actors in the bipartite network. In this case, the number of nodes is equal to the number of actors plus the number of events (with all actors preceeding all events). The edges are then interpreted as nondirected.
Carter T. Butts buttsc@uci.edu and David Hunter dhunter@stat.psu.edu
Butts, C.T. 2002. ``Memory Structures for Relational Data in R: Classes and Interfaces'' Working Paper.
network.initialize
, attribute.methods
, as.network.matrix
, as.matrix.network
, deletion.methods
, edgeset.constructors
, network.indicators
, plot.network