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 April 3, 2025, 6:38 p.m.