Skip to contents

Plot the difference network between two clusters

Usage

# S3 method for class 'group_tna'
plot_compare(x, i = 1L, j = 2L, ...)

Arguments

x

A group_tna object.

i

An integer index or the name of the principal cluster as a character string.

j

An integer index or the name of the secondary cluster as a character string.

...

Additional arguments passed to plot_compare.tna().

Value

A qgraph object displaying the difference network between the two clusters

See also

Examples

model <- group_model(engagement_mmm)
plot_compare(model)