axis,ncdfDimension-method {ncdfCF} | R Documentation |
Dimension axis
## S4 method for signature 'ncdfDimension'
axis(x)
x |
The |
One of X, Y, Z, T
or NA_character_
when not known.
fn <- system.file("extdata",
"pr_day_EC-Earth3-CC_ssp245_r1i1p1f1_gr_20240101-20241231_vncdfCF.nc",
package = "ncdfCF")
ds <- open_ncdf(fn)
time <- ds[["time"]]
axis(time)