Get the reverse ion chromatogram

# S4 method for GCIMSSample
getRIC(object)

Arguments

object

A GCIMSSample object

Value

A numeric vector with the reverse ion chromatogram

Examples

sample_file <- system.file("extdata", "sample_formats", "small.mea.gz", package = "GCIMS")
s <- read_mea(sample_file)
ric <- getRIC(s)