plot.group_tna_communities | R Documentation |
Plot Detected Communities
## S3 method for class 'group_tna_communities'
plot(x, title = names(x), colors, ...)
x |
A |
title |
A |
colors |
A |
... |
Arguments passed to |
A list
(invisibly) of qgraph
objects in which the nodes are
colored by community for each cluster.
Community detection functions
communities()
,
plot.tna_communities()
,
print.group_tna_communities()
,
print.tna_communities()
model <- group_model(engagement_mmm)
comm <- communities(model)
plot(comm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.