| contains {incgraph} | R Documentation |
Contains
Description
contains returns TRUE if the network contains the edge (i, j).
Usage
contains(network, i, j)
Arguments
network |
An instance of the incgraph.network class |
i |
A node in |
j |
A node in |
Value
TRUE if the network contains (i, j)
See Also
See new.incgraph.network for examples and usage.
[Package incgraph version 1.0.1 Index]