R/general.R
plottic.Rd
Plot Total Ion Chromatogram (TIC)
plottic(data, n = FALSE)
imported data matrix of GC-MS
logical smooth or not
plot
if (FALSE) { matrix <- getmd(rawdata) plottic(matrix) }