gboxplot.matrix: Draw a gboxplot for each column (row) of a matrix

gboxplot.matrixR Documentation

Draw a gboxplot for each column (row) of a matrix

Description

Interpreting the columns (or rows) of a matrix as different groupd, draw a gboxplot for each.

Usage

## S3 method for class 'matrix'
gboxplot(
  x,
  use.cols = TRUE,
  ...,
  grid = TRUE,
  col.grid = "grey90",
  col.acc = "white"
)

Arguments

x

a numeric matrix.

use.cols

logical indicating if columns (by default) or rows (use.cols = FALSE) should be plotted.

...

Further arguments to boxplot.

grid

logical; if TRUE, a background grid will be drawn

col.grid

grid color

col.acc

grid accent color


raredd/plotr documentation built on Nov. 19, 2023, 4:09 a.m.