Learn R Programming

crmn (version 0.0.8)

plot.nFit: Plot nfit...

Description

Plot nfit

Usage

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

Arguments

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

Value

  • nothing

Details

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

Examples

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

Run the code above in your browser using DataLab