Learn R Programming

tna (version 0.4.0)

plot_compare.group_tna: Plot the difference network between two clusters

Description

Plot the difference network between two clusters

Usage

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

Value

A qgraph object displaying the difference network between the two clusters

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().

See Also

Cluster-related functions bootstrap(), centralities(), cliques(), communities(), deprune(), estimate_cs(), group_model(), hist.group_tna(), mmm_stats(), plot.group_tna(), plot.group_tna_centralities(), plot.group_tna_cliques(), plot.group_tna_communities(), plot.group_tna_stability(), plot_mosaic.group_tna(), plot_mosaic.tna_data(), print.group_tna(), print.group_tna_bootstrap(), print.group_tna_centralities(), print.group_tna_cliques(), print.group_tna_communities(), print.group_tna_stability(), print.summary.group_tna(), print.summary.group_tna_bootstrap(), prune(), pruning_details(), rename_groups(), reprune(), summary.group_tna(), summary.group_tna_bootstrap()

Examples

Run this code
model <- group_model(engagement_mmm)
plot_compare(model)

Run the code above in your browser using DataLab