plot.group_tna_centralities | R Documentation |
Plot Centrality Measures
## S3 method for class 'group_tna_centralities'
plot(
x,
reorder = TRUE,
ncol = 3,
scales = c("free_x", "fixed"),
colors,
labels = TRUE,
...
)
x |
A |
reorder |
A |
ncol |
Number of columns to use for the facets. The default is 3. |
scales |
Either |
colors |
The colors for each node (default is the model colors
if the |
labels |
A |
... |
Ignored. |
A ggplot
object displaying a line chart for each centrality
with one line per cluster.
Centrality measure functions
betweenness_network()
,
centralities()
,
plot.tna_centralities()
,
print.group_tna_centralities()
,
print.tna_centralities()
model <- group_model(engagement_mmm)
cm <- centralities(model)
plot(cm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.