Description Usage Arguments Value
Interpolate the z value inside a TIN defined by 3 x,y,z points. If the point is not in the triangle returns NA
1 | interp_tin(x, y, z, x0, y0)
|
x |
vector with 3 x values |
y |
vector with 3 y values |
z |
vector with 3 z values |
x0 |
Coordinate of the point to interpolate |
y0 |
Coordinate of the point to interpolate |
z for the point (x,y) or NA if the point is outside
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.