visNetwork.BranchStructs | R Documentation |
visualize branch network. This overwrites visNetwork for BranchStructs objects.
## S3 method for class 'BranchStructs'
visNetwork(
bss,
index,
hierarchical = T,
width_factor = 1000,
length_factor = 10
)
bss |
BranchStructs object (requred) |
index |
|
hierarchical |
|
width_factor |
|
length_factor |
|
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.