Description Usage Arguments Details Value Author(s) See Also Examples
Barplot with error bars.
1 2 3 |
y |
Numeric vector. |
yl |
Numeric vector of same length as y. |
yh |
Numeric vector of same length as y. |
barcol |
Color of the bars. |
errcol |
Color of the error bars. |
horiz |
Logical. As in |
w |
Size of the error bar ticks. |
theCut |
The cut value |
columnForDiffBars |
Whether the matrix should be transposed (by default the rows are for diff bars) |
zeroForNA |
Draw 0 instead of NA |
cex.axis |
Axis font cex |
legend |
Sould a legend be plotted ? |
groups |
a factor - if specified the bars are collored according to the group they belong to |
order |
plot sample values in descending order |
... |
Further arguments that get passed on to
|
The function calls barplot
with
y
and decorates it with error bars according to yl
and
yh
.
The function is called for its side effect, producing a plot.
Markus Ruschhaupt, Florian Hahne
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.