Description Usage Arguments Value
View source: R/Interpolation.R
Quadratic Function Through Three Points
1 2 3 4 5 6 7 | interpolate.oneJet(
data,
slope,
tau,
patch = getOption("defaultPatching", default = patch.fifthDegree),
tol = sqrt(.Machine$double.eps)
)
|
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.