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 |
'A list of labels to use, one for each feature. Special keyword "rownames" will use the rownames of the variable_meta data.frame' |
... |
additional slots and values passed to struct_class |
struct object
C = pca_loadings_plot()