Description Usage Arguments Value
View source: R/Interpolation.R
Quadratic Function Through a Point and with a Given Slope and with Given y-value of Extrema
1 2 3 4 5 6 7 8 |
data |
A |
x |
The x-coordinate of a point. May be assigned directly. |
y |
The y-coordinate of a point. May be assigned directly. |
slope |
The slope at point '(x,y)“ |
extreme |
The y-value of the extrema. |
The quadratic that goes through (x,y)
with slope k
and tangent to the y=extrema
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.