The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
ggerror now includes a complete aestetic support for
one sided error bars.colour_neg / colour_pos, fill_neg
/ fill_pos, linewidth_neg /
linewidth_pos, linetype_neg /
linetype_pos, alpha_neg /
alpha_pos, and width_neg /
width_pos.0, default, for example
geom_error(aes(error_neg = 0, error_pos = se), width_neg = 0).vignette("ggerror") covering symmetric,
asymmetric, one-sided, and per-side styling workflows.error_neg / error_pos aesthetics for
asymmetric error bars. The bar extends
error_neg in the negative direction and
error_pos in the positive direction along the
non-categorical axis.0 explicitly
(e.g. aes(error_neg = 0, error_pos = se) for an upward-only
bar).error aesthetic is unchanged.
Combining error with either error_neg /
error_pos, or providing only one of the asymmetric pair,
raises an error.geom_error() (plus
geom_error_linerange(), geom_error_crossbar(),
geom_error_pointrange()) wrapping ggplot2’s error geoms
behind a single error aesthetic with automatic orientation
inference.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.