plotrug: plot 1-d density for multiple samples

View source: R/plotmzrt.R

plotrugR Documentation

plot 1-d density for multiple samples

Description

plot 1-d density for multiple samples

Usage

plotrug(data, lv = NULL, indexx = NULL, indexy = NULL, ...)

Arguments

data

matrix

lv

factor vector for the column

indexx

index for matrix row

indexy

index for matrix column

...

parameters for 'title' function

Examples

data(list)
plotrug(list$data)
plotrug(log(list$data), lv = as.factor(list$group$sample_group))

enviGCMS documentation built on April 3, 2025, 11:07 p.m.