plot.tna_communities | R Documentation |
This function visualizes the communities detected within a tna
object
based on different community detection algorithms and their corresponding
color mappings.
## S3 method for class 'tna_communities'
plot(x, colors, method = "spinglass", ...)
x |
A |
colors |
A |
method |
A |
... |
Additional arguments passed to |
A qgraph
object in which the nodes are colored by community.
Community detection functions
communities()
,
plot.group_tna_communities()
,
print.group_tna_communities()
,
print.tna_communities()
model <- tna(group_regulation)
comm <- communities(model)
plot(comm, method = "leading_eigen")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.