plotPCA_Ind {DAPAR} | R Documentation |
Plots the individuals of PCA
plotPCA_Ind(res.pca, chosen.axes = c(1, 2))
res.pca |
xxx |
chosen.axes |
The dimensions to plot |
A plot
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') res.pca <- wrapper.pca(Exp1_R25_pept) plotPCA_Ind(res.pca)