View source: R/lipidome_comparison_pca.R
'plot_contrib_to_pc' plots the contributions of each variable to each principal component in a grid.
1 2 3 4 5 | plot_contrib_to_pc(
pca_element,
title = "Contribution of variables to the principal components",
out_path = "none"
)
|
pca_element |
Object produced by FactoMineR::PCA. |
title |
string. Main title of the plot. Default = "Contribution of variables to the principal components" |
out_path |
string. Path to save plot as png. If "none" (default), plot is printed to device. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.