distinct_polygons | R Documentation |
Compute a table of distinct polygons (triangles) by listing the nodes (or elements).
distinct_polygons(x, where = c("nodes", "elems")[1], ordered = FALSE)
x |
FVCOM ncdf4 object |
where |
character, either 'nodes' or "elems" |
ordered |
logical if TRUE then order the polygons by node id (low to high) |
ordered tibble of p1, p2, and p3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.