pcaPlot {Doscheda} | R Documentation |
Plot of Principal Component Analysis for the first two principal components of the experimental data.
pcaPlot(x, ...) ## S4 method for signature 'ChemoProtSet' pcaPlot(x, ...)
x |
object of class 'ChemoProtSet' |
... |
other plot options |
PCA plot for objects of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) pcaPlot(ex) ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) pcaPlot(ex)