E3PlotBoxes: Draw a boxplot (using Rcssplot)

Description Usage Arguments

Description

Draw a boxplot (using Rcssplot)

Usage

1
2
E3PlotBoxes(vlist, quantiles = c(0, 0.25, 0.5, 0.75, 1), xlab = "",
  ylab = "", main = "", Rcss = "default", Rcssclass = "plotbox")

Arguments

vlist

- names list of numeric vectors. Analogous to input to boxplot()

quantiles

- numeric vector of five elements. The five elements will be treated as quantiles for lower-whisker, lowe-box, middle, upper-box, upper-whisker

xlab

- character string. Text to display below x axis

ylab

- character string. Text to display below y axis.

main

- character string. Text to display as title, above heatmap.

Rcss

- Rcss object. Used to style the heatmap with Rcssplot.

Rcssclass

- character vector. Classes to tune Rcssplot formatting.


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.