smooth-GCIMSDataset-method.Rd
Smoothing a GCIMS dataset using a Savitzky-Golay filter
# S4 method for class 'GCIMSDataset'
smooth(x, dt_length_ms = 0.14, rt_length_s = 3, dt_order = 2, rt_order = 2)
A GCIMSDataset object, modified in-place
the length of the filter in drift time (in ms)
The length of the filter in retention time (in s)
The order of the filter in drift time
The order of the filter in retention time
The modified GCIMSDataset