pca_correlation_plot: PCA correlation plot

Description Usage Arguments Value Examples

View source: R/PCA_plotfcns.R

Description

A plot of the correlation between the variables/features and the selected principal component scores. Features with high correlation are well represented by the selected component(s)

Usage

1
pca_correlation_plot(components = c(1, 2), ...)

Arguments

components

(numeric) The Principal Components used to generate the plot. The default is c(1, 2).

...

Additional slots and values passed to struct_class.

Value

A pca_correlation_plot object.

Examples

1

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.