geom_crossbar(mapping = NULL, data = NULL, stat = "identity", position = "identity", fatten = 2, ...)
aes or aes_string. Only
needs to be set at the layer level if you are overriding
the plot defaults.layer. This can include aesthetics whose
values you want to set, not map. See layer
for more details.Hollow bar with middle indicated by horizontal line.
geom_crossbar understands the following aesthetics (required aesthetics are in bold):
x
y
ymax
ymin
alpha
colour
fill
linetype
size
# See geom_linerange for examples
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.