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 acharacter
string.- j
An
integer
index or the name of the secondary cluster as acharacter
string.- ...
Additional arguments passed to
plot_compare.tna()
.
See also
Model comparison functions
compare()
,
compare.group_tna()
,
plot.tna_comparison()
,
plot_compare()
,
print.tna_comparison()
Examples
model <- group_model(engagement_mmm)
plot_compare(model)