Description Usage Arguments Value Examples
Draw a straight line graph
1 | its_axplusb_time(xrange = c(-4, 4), yrange = NULL, a = 1, b = 0)
|
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 |
a ggplot2 plot
1 2 | its_axplusb_time()
its_axplusb_time(xrange = c(-10, 10), a = 4, b = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.