grid_interpolant_next | R Documentation |
Grid intepolation using the next value
grid_interpolant_next(grid, x, y)
grid |
a vector of new xs for which the ys will be generated by intepolation |
x |
a vector of reference x where y is given |
y |
a vector of value corresponding to x |
a vector of intepolated y values for the grid of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.