get_element_vars | R Documentation |
Get one or more variables by [element, siglay, time]
get_element_vars(
x,
vars = c("u", "v", "ww"),
indices = matrix(c(1, 100, 200, 300, 1, 3, 5, 8, 1, 2, 3, 4), ncol = 3)
)
x |
FVCOM ncdf4 object |
vars |
character one or more variable names to retrieve |
indices |
3 element indices of the element volume to query or a matrix of three columns |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.