plot.spectime {ImpuR}R Documentation

plot spectime object

Description

Create a multi purpose display of spectime objects. If a bilinear model has been computed, show information about it.

Usage

plot.spectime(object, imageit = TRUE, contourit = FALSE, level = 1, showfit = "resids",...)

Arguments

object a spectime object
imageit display an image
contourit display contours
level if a bilinear model is available, obtain fit up to level
showfit by default FALSE show residuals, otherwise show fit indicated by showfit
... other arguments, not used

Details

Author(s)

Christian Ritter

References

Ritter C. and Gilliard J. (2007), JSS

See Also

PeakPurity

Examples

data(al1)
plot(PeakPurity(al1),level=1)
plot(PeakPurity(al1),level=4)
plot(PeakPurity(al1),level=4,showfit=2:4)

[Package ImpuR version 1.0 Index]