Learn R Programming

enviGCMS (version 0.5.7)

plothm: Plot the heatmap of mzrt profiles

Description

Plot the heatmap of mzrt profiles

Usage

plothm(data, lv, index = NULL)

Arguments

data

mzrt profile with row peaks and column samples

lv

group information

index

index for selected peaks

Examples

Run this code
# NOT RUN {
data(list)
plothm(list$data, lv = as.factor(list$group))
# }

Run the code above in your browser using DataLab