pca_loadings_plot {structToolbox} | R Documentation |
A barchart (one component) or scatter plot (two components) of the selected principal component loadings.
pca_loadings_plot( components = c(1, 2), style = "points", label_features = NULL, ... )
components |
(numeric) The principal components used to generate the plot. The default is |
style |
(character) Plot style. Allowed values are limited to the following:
The default is |
label_features |
(character, NULL) Feature labels. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A pca_loadings_plot
object.
C = pca_loadings_plot()