Description Usage Arguments Value Methods (by class)
Make an interactive catepillar plot
1 2 3 4 5 6 7 8 9 10 11 | ggCatepillar(x, ...)
## S3 method for class 'formula'
ggCatepillar(x, data, ...)
## Default S3 method:
ggCatepillar(x, yvar, xvar, group = NULL,
interactive = FALSE, digits = 1)
## S3 method for class 'formula'
ggErrorBar(x, data, ...)
|
x |
An R object to ggCatepillar |
data |
A data |
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 |
x |
A formula of type y ~ x + A |
x |
A data.frame |
x |
A formula of type y ~ x + A |
data |
A data |
An interactive catepillar plot
formula
: Make an interactive catepillar plot
default
: Make an interactive catepillar plot
formula
: Make an interactive barplot with errorbar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.