Description Usage Arguments Value
View source: R/Interpolation.R
The algorithm produces a C^2 curve that interpolates the specified points while staying between min
and max
boundaries. The resulting function will have absolute second derivative within some constant multiplied by the optimal (the optimal being the theoretical minimal second derivative possible for a C^2 curve interpolating through the points).
1 | rrinterpolate(x, y, min = NA, max = NA)
|
x |
A vector of x-values of the points to be interpolated over. |
y |
A vector of y-values of the points to be interpolated over. |
min |
Optional lower boundary of the interpolation. |
max |
Optional upper boundary of the interpolation. |
A patching
S4 class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.