lm.line | R Documentation |
lm()
fitPlot a straight line between lowest and highest values of x.vector
based on lm()
results, to use instead of abline(lm.output)
which extends beyond the fitted data.
lm.line(x.vector, lm.results, ...)
x.vector |
values of x (that have been fitted to), fitted line will be
bound by the range of |
lm.results |
output from an |
... |
arguments to lines |
Adds a line to an existing plot
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.