Description Usage Arguments Value
View source: R/Interpolation.R
Linear Polynomial Given Point and Slope
1 | linearPolynomial(data, x = point.x(data), y = point.y(data), slope)
|
x |
The vector of x-coordinates. May be assigned directly. |
y |
The vector of y-coordinates. May be assigned directly. |
slope |
The slope at the point. |
The linear polynomial that goes through the point with the given slope.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.