plot.nFit {crmn} | R Documentation |
Simple plot function for a CRMN normalization model. Shows Tz and the optimization (if computed) of the PCA model.
plot.nFit(x, y, ...)
x |
an nFit object |
y |
not used |
... |
passed on to the scatter plot calls |
nothing
Henning Redestig henning@psc.riken.jp
data(mix) nfit <- normFit(mix, "crmn", factors="type", ncomp=2) plot(nfit)