dim.val.ncv {ncvar} | R Documentation |
Get the lengths of all NetCDF dimensions for a given variable. For internal use only.
dim.val.ncv(dim)
dim |
Object of class "dim.ncv". |
Return a vector containing the lengths of all NetCDF dimensions for a given variable. For internal use only.
A vector of dimension lengths.
Juerg Schmidli
## Define some dimensions dim <- dim.def.ncv(dimlist=list("lon", 5, "lat", 10, "height", 30) ) len <- dim.val.ncv(dim)