Learn R Programming

crmn (version 0.0.21)

plot.nFit: Plot a statistics for CRMN normalization model

Description

Simple plot function for a CRMN normalization model.

Usage

# S3 method for nFit
plot(x, y = NULL, ...)

Arguments

x

an nFit object

y

not used

...

passed on to the scatter plot calls

Value

nothing

Details

Shows Tz and the optimization (if computed) of the PCA model. The number of components used for normalization should not exceed the maximum indicated by Q2. The structure shown in the Tz plot indicate the analytical variance which is exactly independent of the experimental design. The corresponding loading plot shows how this structure is capture by the used ISs.

See Also

slplot

Examples

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

Run the code above in your browser using DataLab