Description Usage Arguments Value Examples
A barchart (one component) or scatter plot (two components) of the selected principal component loadings.
1 2 3 4 5 6 | 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.
1 | C = pca_loadings_plot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.