plot.cranly_dependence_tree | R Documentation |
cranly_network
Interactive visualization of package(s) dependence tree from a cranly_network
## S3 method for class 'cranly_dependence_tree' plot( x, physics_threshold = 200, height = NULL, width = NULL, dragNodes = TRUE, dragView = TRUE, zoomView = TRUE, legend = TRUE, title = TRUE, plot = TRUE, ... )
x |
a |
physics_threshold |
integer. How many nodes before switching off physics simulations for edges? Default is |
height |
: Height (optional, defaults to automatic sizing) |
width |
: Width (optional, defaults to automatic sizing) |
dragNodes |
logical. Should the user be able to drag the nodes that are not fixed? Default is |
dragView |
logical. Should the user be able to drag the view around? Default is |
zoomView |
logical. Should the user be able to zoom in? Default is |
legend |
logical. Should a legend be added on the resulting visualization? Default is |
title |
logical. Should a title be added on the resulting visualization? Default is |
plot |
logical. Should the visualization be returned? Default is |
... |
currently not used. |
compute_dependence_tree()
build_dependence_tree.cranly_network()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.