powered by
set.network sets a given network to contain the given links.
set.network
set.network(network, links)
An instance of the incgraph.network class
A matrix with 2 columns and N rows, 1 row for each edge to be loaded in the network
This first resets the network and adds all given links. For minor changes to the network, the usage of flip() is recommended.
flip()
See new.incgraph.network() for examples and usage.
new.incgraph.network()