cranly_networkInteractive visualization of package(s) dependence tree from a cranly_network
# S3 method for cranly_dependence_tree
plot(
x,
physics_threshold = 200,
height = NULL,
width = NULL,
dragNodes = TRUE,
dragView = TRUE,
zoomView = TRUE,
legend = TRUE,
title = TRUE,
plot = TRUE,
...
)a cranly_dependence_tree object.
integer. How many nodes before switching off physics simulations for edges? Default is 200. See, also visNetwork::visEdges().
: Height (optional, defaults to automatic sizing)
: Width (optional, defaults to automatic sizing)
logical. Should the user be able to drag the nodes that are not fixed? Default is TRUE.
logical. Should the user be able to drag the view around? Default is TRUE.
logical. Should the user be able to zoom in? Default is TRUE.
logical. Should a legend be added on the resulting visualization? Default is TRUE.
logical. Should a title be added on the resulting visualization? Default is TRUE.
logical. Should the visualization be returned? Default is TRUE.
currently not used.
compute_dependence_tree() build_dependence_tree.cranly_network()