Description Usage Arguments Examples
Interpolates elevation at point (x, y) given Digital Elevation Model (DEM).
1 | TopoInterp(x, y, TOPO = NULL, N = 10)
|
x |
Easting of point to interpolate [same units as TOPO$x, TOPO$y] |
y |
Northing of point to interpolate [same units as TOPO$x, TOPO$y] |
TOPO |
DEM: list containing vectors x and y and matrix z with dimensions (length(x), length(y)) |
N |
Smoothing parameter, must be positive. Larger N means less smoothing. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.