plot.efa_retain: Plot method for efa_retain objects

View source: R/efa_retain.R

plot.efa_retainR Documentation

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 class 'efa_retain'
plot(x, ...)

Arguments

x

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

...

not used.

Value

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

Examples


nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
                 N = 500)
plot(nf)


EFAtools documentation built on Aug. 21, 2026, 5:16 p.m.