plot.spectime {ImpuR} | R Documentation |
Create a multi purpose display of spectime objects. If a bilinear model has been computed, show information about it.
plot.spectime(object, imageit = TRUE, contourit = FALSE, level = 1, showfit = "resids",...)
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 |
Christian Ritter
Ritter C. and Gilliard J. (2007), JSS
data(al1) plot(PeakPurity(al1),level=1) plot(PeakPurity(al1),level=4) plot(PeakPurity(al1),level=4,showfit=2:4)