dim.CFAxis | R Documentation |
This method returns the lengths of the axes of a variable or axis.
## S3 method for class 'CFAxis'
dim(x)
x |
The |
Vector of axis lengths.
fn <- system.file("extdata", "ERA5land_Rwanda_20160101.nc", package = "ncdfCF")
ds <- open_ncdf(fn)
t2m <- ds[["t2m"]]
dim(t2m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.