Learn R Programming

enviGCMS (version 0.7.1)

plottic: Plot Total Ion Chromatogram (TIC)

Description

Plot Total Ion Chromatogram (TIC)

Usage

plottic(data, n = FALSE)

Value

plot

Arguments

data

imported data matrix of GC-MS

n

logical smooth or not

Examples

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

Run the code above in your browser using DataLab