Learn R Programming

coRNAi (version 1.22.0)

BoxPlotShorth: Boxplot with horizontal bars at the midpoint of the shorth

Description

Produces a boxplot, but instead of horizontal bars at the median, the bars are at the midpoint of the shorth.

Usage

BoxPlotShorth(formula, data = NULL, ...)

Arguments

formula
formula for how the boxplot should be drown.
data
the data to be used
...
other arguments to be passed to the plot function

Value

a boxplot object

See Also

See Also boxplot.formula

Examples

Run this code
data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral= "Fluc")
BoxPlotShorth(value~replicate,df)

Run the code above in your browser using DataLab