View source: R/TreeStructs_methods.r
visNetwork.TreeStructs | R Documentation |
visualize tree network. This overwrites visNetwork for TreeStructs objects.
## S3 method for class 'TreeStructs'
visNetwork(ts, index, hierarchical = T, width_factor = 100, length_factor = 10)
index |
|
hierarchical |
|
width_factor |
|
length_factor |
|
bss |
TreeStructs object (requred) |
DETAILS
visNetwork object
visNetwork-igraph
,visNetwork
## Not run:
if(interactive()){
visNetwork(bss_obj) %>% visEdges(arrows = "middle")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.