time,ncdfDimension-method {ncdfCF} | R Documentation |
Get the full time specification of the dimension
Description
This method returns NULL
. Class ncdfDimensionTime
implements this method
more usefully.
Usage
## S4 method for signature 'ncdfDimension'
time(x)
Arguments
x |
A |
Value
NULL
Examples
fn <- system.file("extdata",
"pr_day_EC-Earth3-CC_ssp245_r1i1p1f1_gr_20240101-20241231_vncdfCF.nc",
package = "ncdfCF")
ds <- open_ncdf(fn)
time(ds[["lon"]])
[Package ncdfCF version 0.1.1 Index]