plot.cranly_dependence_tree {cranly} | R Documentation |
Interactive visualization of package(s) dependence tree from a cranly_network
Description
Interactive visualization of package(s) dependence tree from a cranly_network
Usage
## 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,
...
)
Arguments
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. |
See Also
compute_dependence_tree()
build_dependence_tree.cranly_network()