geom_cerrorbar | R Documentation |
This calls ggplot2::geom_errorbar with some shortcuts for use with the other codyverse functions.
geom_cerrorbar(..., bar_width = 0.6, position = position_dodge(width = bar_width), color = "black", width = bar_width * 0.5, size = 0.75)
bar_width |
Width of the geom that cerrorbar will be added to. |
position |
see ggplot2::geom_errorbar |
color |
see ggplot2::geom_errorbar |
width |
By default, 0.5*bar_width. |
size |
see ggplot2::geom_errorbar |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.