Description Usage Arguments Value
igraph
Helper Functions
1 2 3 4 5 | migraph.add(g, names1, names2, force = TRUE)
migraph.color(g, names1, names2, col)
migraph.clean(g)
|
g |
An |
names1, names2 |
A character vector. The |
force |
A boolean. If true, the function adds any missing vertices before adding edges. If false, the function only adds edges that have both vertices already present. |
col |
A character string. The color applied to all
vertices (or edges) specified by the |
An igraph
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.