View source: R/layout_igraph.R
layout_igraph | R Documentation |
Layout function uses any visIgraphLayout
layout_igraph(graph, pkg, layout = "layout_with_kk", ...)
graph |
: a visNetwork object |
pkg |
Unused argument; included here for compatibility with other layout functions. |
layout |
: Character Name of igraph layout function to use. Default to "layout_nicely" |
... |
Additional arguments passed to visIgraphLayout. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.