| pca_loadings_plot {structToolbox} | R Documentation |
2d scatter plot of princpal component loadings.
pca_loadings_plot( components = c(1, 2), style = "points", label_features = NULL, ... )
components |
The principal components to plot ( |
style |
Plot style for loadings. Can be 'points' (default) or 'arrows'. |
label_features |
TRUE or FALSE to label features on the plot. Default is FALSE. |
... |
additional slots and values passed to struct_class |
struct object
C = pca_loadings_plot()