get_mesh_geometry | R Documentation |
Compute mesh (polygons) for nodes or elements
get_mesh_geometry(x, where = c("nodes", "elems")[2], ...)
x |
FVCOM ncdf4 object |
where |
character, either "nodes" or "elems" (default) |
... |
further arguments for |
sf collection of POLYGON with the following variable
p1, p2, p3 the point identifiers for the three points defining the polygon
geometry 4 point polygon (closed so first and last the same)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.