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().