Description Usage Arguments Details Value Examples
Infer dimension axes from names of dimensions.
1 | nc.get.dim.axes.from.names(f, v, dim.names)
|
f |
The file (an object of class |
v |
The name of a variable |
dim.names |
Optionally, dimension names (to avoid looking them up repeatedly) |
This function makes educated guesses as to what axes dimensions may apply to in the case of files with poor metadata.
A named character vector mapping dimension names to axes.
1 2 3 4 5 6 7 | ## Get dimension axes from file by inferring them from dimension names
## Not run:
f <- nc_open("pr.nc")
dim.axes <- nc.get.dim.axes.from.names(f, "pr")
nc_close(f)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.