Description Usage Arguments Examples
This function will tell you the format of a netcdf file
1 | nc_format(ff)
|
ff |
This is the file to check. |
1 2 3 | # Get the format of the sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_format(ff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.