pca_correlation_plot {structToolbox}R Documentation

pca_correlation_plot class

Description

Plots the correlation between features and selected components.

Usage

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

Arguments

components

The principal components to plot (numeric(2))

...

additional slots and values passed to struct_class

Value

struct object

Examples

C = pca_correlation_plot()

[Package structToolbox version 1.0.1 Index]