getRIC-GCIMSSample-method.Rd
Get the reverse ion chromatogram
# S4 method for class 'GCIMSSample'
getRIC(object)
A GCIMSSample object
A numeric vector with the reverse ion chromatogram
sample_file <- system.file("extdata", "sample_formats", "small.mea.gz", package = "GCIMS")
s <- read_mea(sample_file)
ric <- getRIC(s)