View source: R/pca_loadings_plot.R
pca_loadings_plot | R Documentation |
Make a PCA loadings plot with plot_ly
pca_loadings_plot(loadings_data, xaxis = "PC1", yaxis = "PC2")
loadings_data |
tibble containing the loadings information |
xaxis |
which component to show on the x-axis (default = "PC1") |
yaxis |
which component to show on the y-axis (default = "PC2") |
a plotly graph
Rico Derks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.