print.group_tna_cliques | R Documentation |
Print Found Cliques
## S3 method for class 'group_tna_cliques'
print(x, ...)
x |
A |
... |
Arguments passed to |
x
(invisibly).
Clique-related functions
cliques()
,
plot.group_tna_cliques()
,
plot.tna_cliques()
,
print.tna_cliques()
model <- group_model(engagement_mmm)
cliq <- cliques(model, size = 2)
print(cliq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.