View source: R/incgraph_wrapper.R
flip | R Documentation |
flip
modifies an edge in the network. If it is contained in the network, it is removed from the network, otherwise it is added to the network.
flip(network, i, j)
network |
An instance of the incgraph.network class |
i |
A node in |
j |
A node in |
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.