geom_cerrorbar: Cody's preferred geom_errorbar

View source: R/functions.R

geom_cerrorbarR Documentation

Cody's preferred geom_errorbar

Description

This calls ggplot2::geom_errorbar with some shortcuts for use with the other codyverse functions.

Usage

geom_cerrorbar(..., bar_width = 0.6, position = position_dodge(width =
  bar_width), color = "black", width = bar_width * 0.5, size = 0.75)

Arguments

bar_width

Width of the geom that cerrorbar will be added to.

position

see ggplot2::geom_errorbar

color

see ggplot2::geom_errorbar

width

By default, 0.5*bar_width.

size

see ggplot2::geom_errorbar


codybj/codyverse documentation built on June 12, 2022, 4:15 p.m.