View source: R/centrality_measures.R
| plot.net_centrality_group | R Documentation |
Plot grouped centrality measures
## S3 method for class 'net_centrality_group'
plot(
x,
reorder = TRUE,
ncol = 3L,
type = c("bar", "line", "delta"),
scales = c("free_x", "fixed"),
palette = "Set2",
profile_scale = c("measure", "none"),
labels = FALSE,
drop_zero = FALSE,
...
)
x |
A |
reorder |
Logical. Reorder states by their mean value within each
centrality panel. Default: |
ncol |
Integer. Number of facet columns. |
type |
Plot type. |
scales |
Facet scale mode. |
palette |
Brewer palette for groups. |
profile_scale |
Scaling used by |
labels |
Logical. Add compact value labels. |
drop_zero |
Logical. Drop measures whose values are all (near) zero
so empty panels do not waste space. Default: |
... |
Additional arguments ignored. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.