powered by
contains returns TRUE if the network contains the edge (i, j).
contains
TRUE
contains(network, i, j)
TRUE if the network contains (i, j)
An instance of the incgraph.network class
A node in network
network
See new.incgraph.network() for examples and usage.
new.incgraph.network()