Skip to contents

Error bar aesthetics

Usage

pmx_errorbar(
  linewidth = NULL,
  linetype = NULL,
  alpha = NULL,
  color = NULL,
  width = NULL
)

Arguments

linewidth

Error bar line width. Default varies by plot type.

linetype

Error bar line type. Default varies by plot type.

alpha

Error bar alpha. Default varies by plot type.

color

Error bar color. Default is NULL (inherits from ggplot2 default).

width

Error bar cap width. Default is 2.5 percent of maximum NTIME.

Value

A pmx_errorbar element object

See also

Examples

pmx_errorbar(linewidth = 0.5, width = 0.5)
#> <pmx_errorbar>
#>   linewidth = 0.5, width = 0.5