Description Usage Arguments Details Value References Examples
Get a list of names of dimension bounds variables.
1 | nc.get.dim.bounds.var.list(f, v = NULL)
|
f |
The file (an object of class |
v |
The name of the variable (a string). |
Many dimension variables are not single points, but in fact represent a range along the axis. This is expressed by associated dimension bounds variables. This function returns the names of any dimension bounds variables found in a file.
A character vector naming all of the dimension bounds variables found.
http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#cell-boundaries
1 2 3 4 5 6 7 | ## Get list of dimension bound variables
## Not run:
f <- nc_open("pr.nc")
dim.bounds.var.list <- nc.get.dim.bounds.var.list(f)
nc_close(f)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.