Description Usage Arguments Details Value Examples
Get a list of names of dimensions.
1 | nc.get.dim.names(f, v)
|
f |
The file (an object of class |
v |
Optionally, a variable |
This function returns the names of dimensions in a file or, if v
is also supplied, attached to a particular variable.
A character vector naming the dimensions found.
1 2 3 4 5 6 7 | ## Get dimension names
## Not run:
f <- nc_open("pr.nc")
dim.names <- nc.get.dim.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.