plot.PARALLEL: Plot PARALLEL object

View source: R/plot.PARALLEL.R

plot.PARALLELR Documentation

Plot PARALLEL object

Description

Plot method showing a summarized output of the PARALLEL function

Usage

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

Arguments

x

list of class PARALLEL. An output from the PARALLEL function.

...

not used.

Examples


# example with correlation matrix and "ML" estimation
x <- PARALLEL(test_models$case_11b$cormat, N = 500, method = "ML")
plot(x)


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.