
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.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
Run the code above in your browser using DataLab