Description Usage Arguments Value Author(s)
returns data for group of wells in a given range of the x-axis; if only one value is given, the values closest to this x-axis points are returned; see "Value" for details.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
data |
|
rng |
x-axis range or a single point, for the latter the closest
point will be selected or, if option |
groups |
a grouping of wells, see |
xid |
the x-axis ID, if multiple x-axes are present |
yid |
the y-axis data to be grouped |
interpolate |
interpolate data at |
plot |
if TRUE a box-plot or bar-plot will be plotted |
type |
either "box" (default) or "bar" for box-plot or bar-plot |
etype |
type of statistics to be used for error bars in the bar-plot, either "ci" (default) for the 95 the standard error |
ylim |
y-axis limits |
ylab |
y-axis label |
... |
further arguments to boxplot/barplot |
Returns an annotated data.frame
of the values, with well
and group IDs in the first two columns. The values in the third column are
raw values (if argument rng
was a single point
on the x-axis) or mean values (if argumentrng
was a range).
Rainer Machne raim@tbi.univie.ac.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.