Description Usage Arguments Value Examples
Calculates the areas of each grid cell of a netcdf file.
1 | nc_cellareas(ff, cdo_output = FALSE)
|
ff |
This is the file to analyze. |
cdo_output |
set to TRUE if you want to see the cdo output |
data frame with the cell areas in square metres
1 2 3 | # Calculating cell areas for NOAA world ocean atlas data sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_cellareas(ff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.