plot the density of the GC-MS data with EM algorithm to separate the data into two log normal distribution.

plothist(data)

Arguments

data

imported data matrix of GC-MS

Examples

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