interpolate.image | R Documentation |
Interpolate values in image
interpolate.image(im, P, invert.y = FALSE, wmin = 10, wmax = 100)
im |
image to interpolate |
P |
N by 2 matrix of x, y values at which to interpolate. x
is in range |
invert.y |
If |
wmin |
minimum window size for inferring NA values |
wmax |
maximum window size for inferring NA values |
Vector of N interpolated values
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.