Description Usage Arguments Details Value Examples
Interpolate points of a trajectory by spline. Returns the interpolated points along with the data in a single trajectory.
1 | mySpline(x, y, n)
|
x, y |
vectors giving the coordinates of the points to be interpolated. |
n |
interpolation takes place at n equally spaced points spanning the interval [xmin, xmax] |
Spline interpolation is made according to stats::spline. See doc for details and default.
A list containing components x and y which give the ordinates where interpolation took place and the interpolated values.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.