get_node_mesh_geometry | R Documentation |
Compute the mesh (polygons) for nodes
get_node_mesh_geometry(x, what = "lonlat", crs = "auto", ...)
x |
FVCOM ncdf4 object |
what |
character either 'lonlat' or 'xy' |
crs |
character (as "auto") or something suitable for |
... |
further arguments for |
sf collection of POLYGON with the following variable
node node identifier
p1, p2, p3 the node identifiers for the three points define 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.