line_0: Draw a line at 0

View source: R/ggplot.R

line_0R Documentation

Draw a line at 0

Description

Draw a vertical or horizontal line at 0.

Usage

line_0(
  axis = c("x", "y"),
  linetype = "dashed",
  color = "grey50",
  size = 0.3,
  ...
)

Arguments

axis

Axis to draw the line on.

linetype

Line type.

color

Line color.

size

Line size (in mm).

...

Other arguments passed on to geom_hline/geom_vline().


arnaudgallou/toolkit documentation built on Nov. 25, 2022, 5:42 p.m.