Learn R Programming

enviGCMS (version 0.6.6)

plotrla: Relative Log Abundance (RLA) plots

Description

Relative Log Abundance (RLA) plots

Usage

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

Value

Relative Log Abundance (RLA) plots

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.

Examples

Run this code
data(list)
plotrla(list$data, as.factor(list$group$sample_group))

Run the code above in your browser using DataLab