plot.group_tna: Plot a Grouped Transition Network Analysis Model

plot.group_tnaR Documentation

Plot a Grouped Transition Network Analysis Model

Description

Plots a transition network of each cluster using qgraph.

Usage

## S3 method for class 'group_tna'
plot(x, title, which, ...)

Arguments

x

A group_model object.

title

A title for each plot. It can be a single string (the same one will be used for all plots) or a list (one per group)

which

An optional integer vector of groups to plot. By default, all groups are plotted.

...

Same as plot.tna().

Value

NULL (invisibly).

See Also

Basic functions build_model(), hist.group_tna(), hist.tna(), import_data(), plot.tna(), plot_frequencies(), plot_frequencies.group_tna(), plot_mosaic(), plot_mosaic.group_tna(), plot_mosaic.tna_data(), prepare_data(), print.group_tna(), print.summary.group_tna(), print.summary.tna(), print.tna(), print.tna_data(), simulate.tna(), summary.group_tna(), summary.tna(), tna-package

Examples

model <- group_model(engagement_mmm)
plot(model)


tna documentation built on June 8, 2025, 10:33 a.m.