approx_2D | R Documentation |
Return a matrix of points which linearly interpolate given data points.
approx_2D(x, y, xout)
x |
Vector, giving the coordinates of the points to be interpolated. |
y |
Matrix, giving the points to be interpolated. |
xout |
Vector, values specifying where interpolation is to take place. |
Matrix, interpolated data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.