Description Usage Arguments Value
Several operations in argodata require iteration over many NetCDF files. Users may wish to use parallel processing and/or display progress during these operations; these functions allow custom mappers and/or progress handlers to be set.
1 2 3 4 5 | argo_map(.x, .f, ...)
argo_set_mapper(.f)
argo_map_default(.x, .f, ...)
|
.x |
A vector of NetCDF files. |
.f |
A function |
... |
Passed to |
argo_map()
, argo_map_default()
: A list()
along .x
with
.f
applied to each element.
argo_set_mapper()
: The previous mapper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.