Description Usage Arguments Value See Also Examples
Plot a graph or a tree of the dependencies.
1 2 3 4 5 6 |
dependencies |
A dataframe. The dependencies of a package. |
type |
A string (default = "network"). Control the type of the output: "network" or "tree". |
colors |
A vector (default = NULL). Control the colors for each type of dependency. |
... |
Other arguments passed to |
A plot or a tree of the dependencies.
get_dependencies
, plot_dependencies
,
download_dependencies
, install_dependencies
1 2 3 4 5 6 | ## Not run:
dependencies <- get_dependencies(package = "shiny")
plot_dependencies(dependencies = dependencies, type = "network")
plot_dependencies(dependencies = dependencies, type = "tree")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.