Description Usage Arguments Examples
This function provides the number of cells in the horizontal netcdf grid
1 | nc_gridsize(ff, cdo_output = FALSE, date_range = NULL)
|
ff |
This is the file to analyze. |
cdo_output |
Do you want to show the cdo output? Set to TRUE in case you want to troubleshoot errors. |
1 2 3 | # Get the grid size of the sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_gridsize(ff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.