pca_scree_plot {structToolbox}R Documentation

Scree plot

Description

A plot of the percent variance and cumulative percent variance for the components of a PCA model.

Usage

pca_scree_plot(...)

Arguments

...

Additional slots and values passed to struct_class.

Value

A pca_scree_plot object. This object has no output slots. See chart_plot in the struct package to plot this chart object.

struct object

Examples

C = pca_scree_plot()

[Package structToolbox version 1.6.0 Index]