plot.SCREE: Plot SCREE object

View source: R/plot.SCREE.R

plot.SCREER Documentation

Plot SCREE object

Description

Plot method showing a summarized output of the SCREE function

Usage

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

Arguments

x

a list of class SCREE An output from the SCREE function.

...

not used.

Examples

SCREE_base <- SCREE(test_models$baseline$cormat)
plot(SCREE_base)


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