plotrla: Relative Log Abundance (RLA) plots

View source: R/plotmzrt.R

plotrlaR Documentation

Relative Log Abundance (RLA) plots

Description

Relative Log Abundance (RLA) plots

Usage

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

Arguments

data

data row as peaks and column as samples

lv

factor vector for the group information

type

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

...

parameters for boxplot

Value

Relative Log Abundance (RLA) plots

Examples

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

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.