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

Description Usage Arguments Details Value

Description

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

Usage

1
2
## S4 method for signature '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

Details

This method will call plot method of MassSpectra class.

Value

scatter plot with loading or scores


tofsims documentation built on Nov. 8, 2020, 5:10 p.m.