Description Usage Arguments Value See Also Examples
Add a directed edge between two vertices and check for acycliclity.
1 | add.edge(nw, a, b)
|
nw |
|
a |
First vertex (an arrow pointing from) |
b |
Second vertex (an arrow pointing from) |
mhnet
network
1 2 3 | nw <- empty.network(LETTERS[1:4])
( nw <- add.edge(nw, "A", "D") )
try(add.edge(nw, "D", "A"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.