Description Usage Arguments Value
Obtain a standardised visNetwork object
1 2 | vis_object(df.nodes, df.edges, layout = "layout_with_drl",
select_by = "group", seed = 1234L, height = "720px")
|
df.nodes |
data frame of nodes |
df.edges |
data frame of edges |
layout |
string of layout permitted by visNetwork::visIgraphLayout() |
select_by |
string of variable to select by |
seed |
random initial seed |
height |
for height in visNetwork::visNetwork() |
a visNetwork object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.