Description Usage Arguments Value Examples
Add another line to an existing plot
1 | its_add_line_time(a = 1, b = 0, colour = "dodgerblue")
|
a |
the slope of the new line |
b |
the intercept of the new line |
colour |
colour of the new line |
a ggplot2 geom
1 | its_axplusb_time() + its_add_line_time(a=4, colour="orange")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.