Learn R Programming

sherlock (version 0.7.0)

draw_vertical_reference_line: Draw vertical reference line

Description

Draws a vertical reference line or multiple reference lines to plots

Usage

draw_vertical_reference_line(
  reference_line,
  color = "grey",
  linetype = "dashed",
  size = 0.7
)

Value

A vertical reference line plotted on top of 'ggplot' object

Arguments

reference_line

input x coordinate of reference line(s). for multiple reference lines, concatenate individual values into a vector (required)

color

change reference line color. options are "grey", "blue" and "red". by default, it is set to "grey" (optional)

linetype

change line type. identical to linetype ggplot2 aesthetic. by default, it is set to "dashed" (optional)

size

change line thickness. identical to size ggplot2 aesthetic. by default, it is set to 0.7 (optional)