Description Usage Arguments Value Author(s)
View source: R/aveytoolkit_barplotCI.R
Create a barplot from the list x with one bar for each element of x
1 |
x |
list of values to create a boxplot from |
CIs |
the confidence intervals. Default is |
compareTo |
non-negative integer specifying to which element of x should comparisons be made for significance. If 0, no significance will be added. |
... |
other arguments passed to |
Same as return from barplot2.
A numeric vector (or matrix, when beside = TRUE
), say mp
, giving the coordinates of _all_ the bar midpoints drawn, useful for adding to the graph.
If beside
is true, use colMeans(mp)
for the midpoints of each _group_ of bars, see example.
Christopher Bolen (creator) ; Stefan Avey (modified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.