Learn R Programming

enviGCMS (version 0.7.1)

plotridges: Relative Log Abundance Ridge (RLAR) plots for samples or peaks

Description

Relative Log Abundance Ridge (RLAR) plots for samples or peaks

Usage

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

Value

Relative Log Abundance Ridge(RLA) plots

Arguments

data

data row as peaks and column as samples

lv

factor vector for the group information of samples

type

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

Examples

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

Run the code above in your browser using DataLab