pca_loadings_plot | 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. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A pca_loadings_plot
object inherits the following struct
classes:
[pca_loadings_plot]
>> [chart]
>> [struct_class]
M = pca_loadings_plot(
components = c(1, 2),
style = "points",
label_features = NULL)
C = pca_loadings_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.