Description Usage Arguments Value Examples
Get visNetwork plot
1 | getVisNetwork(data, edgeLen = 100, path = 0)
|
data |
A dataframe that was generated by makeConnections |
edgeLen |
A number that defines minimum edge length. 100 by default |
path |
A path to a folder where the graph should be saved. 0 by default that indicates it wil not be saved. Must have .html extension |
A visNetwork graph
1 2 | network <- getVisNetwork(data)
network <- getVisNetwork(data, 'C:/../home/test.html')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.