Learn R Programming

EFAtools (version 1.1.0)

plot.efa_retain: Plot method for efa_retain objects

Description

Plots every factor-retention criterion in the efa_retain() result that has a plottable outcome (see plot.efa_retention()). Criteria without a plot (e.g. efa_map() or efa_smt()) are skipped.

Usage

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

Value

A named list of ggplot2::ggplot objects, one per criterion with a plottable result, or invisibly NULL if there is none.

Arguments

x

an object of class efa_retain, returned by efa_retain().

...

not used.

Examples

Run this code
# \donttest{
nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
                 N = 500)
plot(nf)
# }

Run the code above in your browser using DataLab