Description Usage Arguments Value
View source: R/Interpolation.R
Quadratic Function Through Three Points
1 | quadraticPolynomial(data, x = point.x(data), y = point.y(data))
|
x |
The vector of x-coordinates. May be assigned directly. |
y |
The vector of y-coordinates. May be assigned directly. |
The quadratic polynomial that goes through (x[1],y[1])
, (x[2],y[2])
, and (x[3],y[3])
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.