Description Usage Arguments Value
View source: R/Interpolation.R
Interpolation by Patching Functions Generated at Each Point
1 2 3 4 5 6 | interpolate.patch.onePointSlope(
data,
slopes,
solver,
patch = getOption("defaultPatching", default = patch.fifthDegree)
)
|
data |
A |
slopes |
A |
solver |
Function that returns a polynomial that is generated at a point with slope. Must be in the form of |
patch |
The function used for patching, uses |
A piecewise polynomial.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.