View source: R/interpolators.R
evalInterpolator | R Documentation |
Evaluation of an interpolator at some given values.
evalInterpolator(ipr, x, derivative = 0)
ipr |
an interpolator |
x |
numeric vector giving the values to be interpolated; missing values are not allowed; for Catmull-Rom splines, the values must be between 0 and 1 |
derivative |
order of differentiation, 0 or 1 |
Numeric vector of interpolated values, or numeric matrix of interpolated points for the Catmull-Rom interpolator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.