Skip to contents

Plot a Bootstrapped Transition Network Analysis Model

Usage

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

Arguments

x

A tna_bootstrap object.

...

Additional arguments passed to plot.tna().

Examples

model <- tna(group_regulation)
# Small number of iterations for CRAN
boot <- bootstrap(model, iter = 50)
plot(boot)