Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


tofsims (version 1.0.2)

plot,MassImage,missing-method: Method plot() for MassImage

Description

Method defining plot() for the MassImage class plot has no generic by default

Usage

## S3 method for class 'MassImage,missing':
plot(x, y, ..., mzRange = c(0, 200),
  normalize = FALSE)

Arguments

x
object of type MassImage
y
missing
...
additional args
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.