Learn R Programming

EFAtools (version 0.8.0)

plot.efa_retention: Plot method for efa_retention objects

Description

Plots the result of a factor-retention criterion. Eigenvalue-based criteria (e.g. EKC()) are shown as an eigenvalue plot, the Hull method (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. EKC() or HULL()).

...

not used.

Examples

Run this code
plot(EKC(test_models$baseline$cormat, N = 500))

Run the code above in your browser using DataLab