pcaPlot-methods: PCA of the main data sets contained in a object of class...

Description Usage Arguments Value See Also Examples

Description

Plot of Principal Component Analysis for the first two principal components of the experimental data.

Usage

1
2
3
4
pcaPlot(x, ...)

## S4 method for signature 'ChemoProtSet'
pcaPlot(x, ...)

Arguments

x

object of class 'ChemoProtSet'

...

other plot options

Value

PCA plot for objects of class ChemoProtSet

See Also

DoschedaSet

Examples

1
2
3
4
5
6
7
8
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
pcaPlot(ex)
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
pcaPlot(ex)

brunocontrino/Doscheda documentation built on Sept. 14, 2020, 4:45 p.m.