its_axplusb_time: Draw a straight line graph

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Draw a straight line graph

Usage

1
its_axplusb_time(xrange = c(-4, 4), yrange = NULL, a = 1, b = 0)

Arguments

xrange

the extent of the x-axis

yrange

the (optional) extent of the y-axis

a

the slope of the line

b

the intercept of the line

Value

a ggplot2 plot

Examples

1
2
its_axplusb_time()
its_axplusb_time(xrange = c(-10, 10), a = 4, b = 3)

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