fastboxplot: A boxplot consisting of lines only

Description Usage Arguments Details

View source: R/fastboxplot.R

Description

A boxplot consisting of lines only for fast drawing

Usage

1
2
fastboxplot(x, g = NULL, columns = 1, log = FALSE, thinline = 0.1,
  thickline = 1, ylab = "", xlab = "", ...)

Arguments

x

a matrix or vector; if it is a matrix, each box plot will correspond to a column of this matrix

g

grouping of values (by default, 'col(x)')

columns

number of columns on the plot

log

whether the scale should be logarithmic

thinline

thickness of the thin line (range)

thickline

thickness of the thick line (.25 - .75 quantile)

xlab, ylab

labels for the x and y axes

Details

Quick to draw and hundreds of boxes can be fit. I use it to visualize microarray distributions.


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.