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))

yufree/enviGCMS documentation built on Sept. 12, 2023, 6:34 p.m.