get_mesh | R Documentation |
Retrieve node or element based polygon mesh
get_mesh(
x,
vars = c("zeta", "u", "v"),
lut = list_vars(x),
mesh = get_elem_mesh_geometry(x, ordered = FALSE),
...
)
x |
FVCOM ncdf4 object |
vars |
character one or more variable names to retrieve |
lut |
a table of variable descriptions - see |
mesh |
the mesh geometry |
... |
further arguments for |
sf object with mesh geometry and the variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.