line | R Documentation |
Calculates the necessary coefficients of the linear equation
line(point, slope)
point |
Given point on the line. |
slope |
Given slope of the line. |
Ax + By = C in the form (A,B,C)
line(c(4,5), c(1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.