Description Usage Arguments Value
Convenient wrapper around base R's splinefun and approxfun. See
stats::splinefun() and stats::approxfun() documentation for information
on different spline methods and additional arguments.
1 2 3 4 5 6 7 8 9 10 |
values |
Vector or matrix of values, or object of class |
... |
Additional arguments to |
from |
X values for interpolation (for |
to |
Y values onto which to interpolate. For |
method |
One of the methods for |
Object of the same class as values, resampled to the to values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.