get_node_mesh | R Documentation |
Retrieve the node-based mesh with assigned values
get_node_mesh(
x,
vars = "zeta",
mesh = get_node_mesh_geometry(x, ordered = FALSE),
fun = mean,
na.rm = TRUE,
...
)
x |
FVCOM ncdf4 object |
vars |
character one or more variable names |
mesh |
the mesh geometry |
fun |
function to summarize the variable for each polygon |
na.rm |
logical |
... |
further arguments for selecting |
sf object with mesh geometry and the var (computed as fun of nodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.