Description Usage Arguments Value See Also Examples
A vectorized adaptation of Vladimir Agafonkin's MARTINI implementation of the Evans etal. Right Triangulated Irregular Networks surface approximation algorithm. Accepts a broader set of input matrix dimensions than MARTINI.
1 | rtini_error(map)
|
map |
numeric matrix with at least three rows and three columns, and with an odd number of each. It is expected that the input is finite and does not contain NAs. |
numeric matrix of the same dimension as map
with the
maximum of the rtin approximation error at each point and the equivalent
approximation at the child points.
1 2 | err <- rtini_error(volcano)
rtin_extract(err, tol=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.