| print.tna_communities | R Documentation |
Print Detected Communities
## S3 method for class 'tna_communities'
print(x, ...)
x |
A |
... |
Additional arguments passed to the generic |
x (invisibly).
Community detection functions
communities(),
plot.group_tna_communities(),
plot.tna_communities(),
print.group_tna_communities()
model <- tna(group_regulation)
comm <- communities(model)
print(comm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.