| plot.efa_retain | R Documentation |
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.
## S3 method for class 'efa_retain'
plot(x, ...)
x |
an object of class efa_retain, returned by |
... |
not used. |
A named list of ggplot2::ggplot objects, one per criterion with a
plottable result, or invisibly NULL if there is none.
nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
N = 500)
plot(nf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.