Learn R Programming

enviGCMS (version 0.5.5)

plotden: plot the density for multiple samples

Description

plot the density for multiple samples

Usage

plotden(data, lv, index = NULL, name = NULL, ...)

Arguments

data

mzrt profile with row peaks and column samples

lv

group information

index

index for selected peaks

name

name on the figure for samples

...

parameters for `plot` function

Examples

Run this code
# NOT RUN {
data(list)
plotden(list$data, lv = as.character(list$group$class))
# }

Run the code above in your browser using DataLab