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