Description Usage Arguments Value
Interpolate the z value inside a triangle defined by 3 x,y,z points. If the point is not in the triangle returns NA
1 | in_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 |
z0 for the point (x0,y0) 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.