pca_correlation_plot {structToolbox} | R Documentation |
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)
pca_correlation_plot(components = c(1, 2), ...)
components |
(numeric) The Principal Components used to generate the plot. The default is |
... |
Additional slots and values passed to |
A
pca_correlation_plot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
C = pca_correlation_plot()