plot.group_tna_cliques | R Documentation |
Plot Found Cliques
## S3 method for class 'group_tna_cliques'
plot(x, title, ...)
x |
A |
title |
A |
... |
Arguments passed to |
A list
(invisibly) with one element per cluster. Each element
contains a qgraph
plot when only one clique is present per cluster,
otherwise the element is NULL
.
Clique-related functions
cliques()
,
plot.tna_cliques()
,
print.group_tna_cliques()
,
print.tna_cliques()
model <- group_model(engagement_mmm)
cliq <- cliques(model, size = 2)
plot(cliq, ask = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.