its_add_line_time: Add another line to an existing plot

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Add another line to an existing plot

Usage

1
its_add_line_time(a = 1, b = 0, colour = "dodgerblue")

Arguments

a

the slope of the new line

b

the intercept of the new line

colour

colour of the new line

Value

a ggplot2 geom

Examples

1
its_axplusb_time() + its_add_line_time(a=4, colour="orange")

danmaclean/itssl documentation built on Jan. 17, 2021, 10:42 p.m.