View source: R/incgraph_wrapper.R
| contains | R Documentation |
contains returns TRUE if the network contains the edge (i, j).
contains(network, i, j)
network |
An instance of the incgraph.network class |
i |
A node in |
j |
A node in |
TRUE if the network contains (i, j)
See new.incgraph.network() for examples and usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.