| geom_crossbar {ggplot2} | R Documentation |
Hollow bar with middle indicated by horizontal line.
geom_crossbar(mapping = NULL, data = NULL, stat = "identity", position = "identity", fatten = 2, ...)
mapping |
The aesthetic mapping, usually constructed with
|
data |
A layer specific dataset - only needed if you want to override the plot defaults. |
stat |
The statistical transformation to use on the data for this layer. |
position |
The position adjustment to use for overlapping points on this layer |
fatten |
a multiplicate factor to fatten middle bar by |
... |
other arguments passed on to |
geom_crossbar understands the following aesthetics (required aesthetics are in bold):
x
y
ymax
ymin
alpha
colour
fill
linetype
size
geom_errorbar for error bars,
geom_pointrange and geom_linerange for other
ways of showing mean + error, stat_summary to compute
errors from the data, geom_smooth for the continuous analog.
# See geom_linerange for examples