Description Usage Arguments Value Methods (by class)
Make an interactive bar plot with Errorbar
1 2 3 4 5 | ggErrorBar(x, ...)
## Default S3 method:
ggErrorBar(x, yvar, xvar, group = NULL,
interactive = FALSE, digits = 1, mode = 2)
|
x |
An R object to ggErrorBar |
yvar |
A character string of "numeric" column name be used as a y-axis variable |
xvar |
A character string of column name be used as a grouping variable. Default value os NULL |
group |
A character string of column name be used as a x-axis variable |
interactive |
A logical value. If TRUE, an interactive plot will be returned |
digits |
An integer indicating the number of decimal places |
mode |
if 2, two-sided error bar will be displayed, if 1 one-sided errorbar will be displayed |
x |
A data.frame |
An interactive catepillar plot
default
: Make an interactive bar plot with error bar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.