plot.NoOfFactorsFit: Generic plotting function for NoOfFactorsFit S3 objects

View source: R/EstimateFactors.R

plot.NoOfFactorsFitR Documentation

Generic plotting function for NoOfFactorsFit S3 objects

Description

Create diagnostic plots for an NoOfFactorsFit object,

Usage

## S3 method for class 'NoOfFactorsFit'
plot(x, axis_text_size = 20, legend_title_text_size = 20, ...)

Arguments

x

NoOfFactorsFit object.

axis_text_size

Numeric size of x- and y-axis labels. Prased to ggplot2 theme(..., text = element_text(size = axis_text_size)).

legend_title_text_size

Numeric size of x- and y-axis labels. Prased to ggplot2 theme(..., legend.title = element_text(size = legend_title_text_size)).

...

Additional parameters for the plotting functions.

Value

A named list of plot objects:

⁠Eigen Value Plot⁠

ggplot object showing a bar plot of the eigenvalues of the complex data Gram matrix.

Author(s)

Domenic Franjic


TwoStepSDFM documentation built on May 19, 2026, 9:07 a.m.