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.

struct object

Examples

C = pca_scree_plot()

[Package structToolbox version 1.4.3 Index]