Description Usage Arguments Value Author(s) See Also Examples
View source: R/BoxPlotShorth.R
Produces a boxplot, but instead of horizontal bars at the median, the bars are at the midpoint of the shorth.
1 | BoxPlotShorth(formula, data = NULL, ...)
|
formula |
formula for how the boxplot should be drown. |
data |
the data to be used |
... |
other arguments to be passed to the plot function |
a boxplot object
Elin Axelsson
See Also boxplot.formula
1 2 3 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral= "Fluc")
BoxPlotShorth(value~replicate,df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.