plot.nFit {crmn}R Documentation

Plot a statistics for CRMN normalization model

Description

Simple plot function for a CRMN normalization model. Shows Tz and the optimization (if computed) of the PCA model.

Usage

plot.nFit(x, y, ...)

Arguments

x an nFit object
y not used
... passed on to the scatter plot calls

Value

nothing

Author(s)

Henning Redestig henning@psc.riken.jp

Examples

data(mix)
nfit <- normFit(mix, "crmn", factors="type", ncomp=2)
plot(nfit)

[Package crmn version 0.0.11 Index]