Create from igraph
Create a sigmajs
from an igraph
object.
sg_from_igraph(sg, igraph, layout = NULL, sd = NULL)
sg |
An object of class |
igraph |
An object of class |
layout |
A matrix of coordinates. |
sd |
A SharedData of nodes. |
A modified version of the sg
object.
## Not run: data("lesmis_igraph") layout <- igraph::layout_with_fr(lesmis_igraph) sigmajs() %>% sg_from_igraph(lesmis_igraph, layout) %>% sg_settings(defaultNodeColor = "#000") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.