Description Usage Arguments Details
A boxplot consisting of lines only for fast drawing
1 2 | fastboxplot(x, g = NULL, columns = 1, log = FALSE, thinline = 0.1,
thickline = 1, ylab = "", xlab = "", ...)
|
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 |
Quick to draw and hundreds of boxes can be fit. I use it to visualize microarray distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.