Learn R Programming

enviGCMS (version 0.5.7)

plotrla: Relative Log Abundance (RLA) plots

Description

Relative Log Abundance (RLA) plots

Usage

plotrla(data, lv, type = "g")

Arguments

data

data as mzrt profile

lv

factor vector for the group infomation

type

'g' means group median based, other means all samples median based.

Value

Relative Log Abundance (RLA) plots

Examples

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

Run the code above in your browser using DataLab