Description Usage Arguments Value Note Author(s) See Also Examples
This function allows for display a boxplot with jittered points.
1 2 3 | boxplotplus2(x, .jit = 0.25, .las = 1, .ylim, box.col = "lightgrey",
pt.col = "blue", pt.cex = 0.5, pt.pch = 16, med.line = FALSE,
med.col = "goldenrod", ...)
|
x |
|
.jit |
Amount of jittering noise. |
.las |
Numeric in 0,1,2,3; the style of axis labels. |
.ylim |
Range for y axis. |
box.col |
Color for boxes. |
pt.col |
Color for groups (jittered points). |
pt.cex |
A numerical value giving the amount by which plotting jittered points should be magnified relative to the default. |
pt.pch |
Either an integer specifying a symbol or a single character to be used as the default in plotting jittered points. See |
med.line |
|
med.col |
Color of |
... |
Additional parameters for |
Number of samples in each group.
2.21.2006 - Christos Hatzis, Nuvera Biosciences
Christos Hatzis
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.