plot,MassImage,missing-method: Method plot() for MassImage
Description
Method defining plot() for the MassImage class
plot has no generic by defaultUsage
## S3 method for class 'MassImage,missing':
plot(x, y, ..., mzRange = c(0, 200),
normalize = FALSE)
Arguments
x
object of type MassImage
mzRange
vector or lenght two, indicating the mz range to be plotted
normalize
should the mass spectra be normalized
Value
- scatter plot with loading or scores
Details
This method will call plot method of MassSpectra class.