plot.efa_retention: Plot method for efa_retention objects
Description
Plots the result of a factor-retention criterion. Eigenvalue-based criteria
(e.g. efa_ekc()) are shown as an eigenvalue plot, the Hull method (efa_hull()) as
a convex-hull plot. Criteria with more than one sub-variant are faceted.
Usage
# S3 method for efa_retention
plot(x, ...)
Value
A ggplot2::ggplot object, or invisibly NULL if the criterion has
no plottable result.
Arguments
x
an object of class efa_retention, returned by a factor-retention
criterion (e.g. efa_ekc() or efa_hull()).