Description Usage Arguments Value See Also Examples
Remove a directed edge between two vertices.
1 | remove.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")
nw <- remove.edge(nw, "A", "D")
try(remove.edge(nw, "A", "C"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.