View source: R/line_point_slope.R
line_point_slope | R Documentation |
Parameterize a linear function from a point and slope
line_point_slope(x, x1, y1, slope)
x |
x-values for which to calculate corresponding y-values |
x1 |
known x coordinate |
y1 |
known y coordinate |
slope |
known slope |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.