powered by
Plot Detected Communities
# S3 method for group_tna_communities plot(x, title = names(x), colors, ...)
A list (invisibly) of qgraph objects in which the nodes are colored by community for each cluster.
list
qgraph
A group_tna_communities object.
group_tna_communities
A character vector of titles to use for each plot.
character
A character vector of colors to use.
Arguments passed to plot.tna_communities().
plot.tna_communities()
Community detection functions communities(), plot.tna_communities(), print.group_tna_communities(), print.tna_communities()
communities()
print.group_tna_communities()
print.tna_communities()
model <- group_model(engagement_mmm) comm <- communities(model) plot(comm)
Run the code above in your browser using DataLab