powered by
Plot interactive visNetwork visualisation of object-relationship network of package.
plot_network(s, plot = TRUE, vis_save = NULL)
Package statistics obtained from pkgstats function.
If TRUE, plot the network using visNetwork which opens an interactive browser pane.
TRUE
Name of local file in which to save html file of network visualisation (will override plot to FALSE).
html
plot
FALSE
(Invisibly) A visNetwork representation of the package network.
# NOT RUN { f <- system.file ("extdata", "pkgstats_9.9.tar.gz", package = "pkgstats") # } # NOT RUN { p <- pkgstats (f) plot_network (p) # }
Run the code above in your browser using DataLab