| pca_correlation_plot | R Documentation |
A plot of the correlation between the variables/features and the selected principal component scores. Features with high correlation are well represented by the selected component(s)
pca_correlation_plot(components = c(1, 2), ...)
components |
(numeric) The Principal Components used to generate the plot. The default is |
... |
Additional slots and values passed to |
A
pca_correlation_plot
object. This object has no output slots.
See chart_plot in the struct package to plot this chart object.
A pca_correlation_plot object inherits the following struct classes:
[pca_correlation_plot] >> [chart] >> [struct_class]
M = pca_correlation_plot(
components = c(1, 2))
C = pca_correlation_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.