Learn R Programming

enviGCMS (version 0.5.7)

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

Description

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

Usage

plothist(data)

Arguments

data

imported data matrix of GC-MS

Examples

Run this code
# NOT RUN {
matrix <- getmd(rawdata)
plothist(matrix)
# }

Run the code above in your browser using DataLab