bybyboxplot: Draw boxplots for rectangular subsets of matrix

Description Usage Arguments Details Value

Description

Draw boxplots for rectangular subsets of matrix

Usage

1
bybyboxplot(mat, by.x, by.y, main = NULL, ylim = NULL, xlab = NULL)

Arguments

mat

Matrix

by.x

Factor to group columns of mat into subsets

by.y

Factor to group rows of mat into subsets

main

Title

ylim

y-axis range to use for all subplots

xlab

Label for x-axis

Details

The by.x argument has suffix "x" because the subsets of columns that by.x creates will be drawn along the x-axis. Similarly, the by.y argument has suffix "y" because the subsets of rows that by.y creates will be drawn along the y-axis.

Value

Returns NULL invisibly.


cbhelmholtz/metaboliteqc documentation built on May 13, 2019, 2:03 p.m.