Plot Total Ion Chromatogram (TIC)

plottic(data, n = FALSE)

Arguments

data

imported data matrix of GC-MS

n

logical smooth or not

Value

plot

Examples

if (FALSE) {
matrix <- getmd(rawdata)
plottic(matrix)
}