| migraph {propr} | R Documentation |
igraph Helper Functionsigraph Helper Functions
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.