geom_ccol | R Documentation |
This function is a wrapper for ggplot2::geom_col. It specifies some stylistic elements so they don't need to be typed out each time. It is meant to be used with geom_cerrorbar.
geom_ccol(..., bar_width = 0.6, position = position_dodge(), color = "black", size = 0.75)
bar_width |
Width of the column. The same width should be provided to geom_cerrorbar, if used, so that dodging is aligned. |
position |
see ggplot2::geom_col |
color |
see ggplot2::geom_col |
size |
see ggplot2::geom_col |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.