Description Usage Arguments Value Author(s) Examples
Plots the variables of PCA
1 | plotPCA_Var(res.pca, chosen.axes = c(1, 2))
|
res.pca |
xxx |
chosen.axes |
The dimensions to plot |
A plot
Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
res.pca <- wrapper.pca(Exp1_R25_pept)
plotPCA_Var(res.pca)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.