Learn R Programming

tna (version 1.0.0)

plot.group_tna_cliques: Plot Found Cliques

Description

Plot Found Cliques

Usage

# S3 method for group_tna_cliques
plot(x, title, ...)

Value

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.

Arguments

x

A group_tna_cliques object.

title

A character vector of titles to use for each plot.

...

Arguments passed to plot.tna_cliques().

See Also

Clique-related functions cliques(), plot.tna_cliques(), print.group_tna_cliques(), print.tna_cliques()

Examples

Run this code
model <- group_model(engagement_mmm)
cliq <- cliques(model, size = 2)
plot(cliq, ask = FALSE)

Run the code above in your browser using DataLab