Skip to contents

Plots a transition network of each cluster using qgraph.

Usage

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

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)

...

Same as plot.tna().

Value

NULL (invisibly).

Examples

model <- group_model(engagement_mmm)
plot(model)