Learn R Programming

enviGCMS (version 0.5.7)

plotden: plot the density for multiple samples

Description

plot the density for multiple samples

Usage

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

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

lwd

the line width for density plot, default 1

...

parameters for `plot` function

Examples

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

Run the code above in your browser using DataLab