Interpolates data from regular grid or sparse points to (another) regular grid.
| 1 | 
| x | vector of x coordinates (origin) | 
| y | vector of y coordinates (origin) | 
| z | numeric vector of values to be interpolated | 
| xp | vector of x coordinates (target) | 
| yp | vector of y coordinates (target) | 
| method | interpolation method; can be "linear", "spline" or "nearest" | 
| type | interpolation type; can be "points" or "grid" | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.