Learn R Programming

EFAtools (version 0.4.5)

plot.SCREE: Plot SCREE object

Description

Plot method showing a summarized output of the SCREE function

Usage

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

Arguments

x

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

...

not used.

Examples

Run this code
SCREE_base <- SCREE(test_models$baseline$cormat)
plot(SCREE_base)

Run the code above in your browser using DataLab