| plot.neighborhood_graph | R Documentation |
Plot of packages dependencies or neighborhood with edges colored
by relation and node sized by 'centrality' from a neighborhood_graph
obtained from as_graph.
## S3 method for class 'neighborhood_graph'
plot(x, layout = "sugiyama", ...)
x |
neighborhood_graph |
layout |
layout is passed to ggraph::ggraph |
... |
Not used |
ggraph plot
## Not run:
init()
get_neighborhood("mboost") |>
as_graph() |>
plot()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.