Description Usage Arguments Author(s)
View source: R/modifyNcdfSetMissing.R
This function sets the missing_value and the _Fill_value of a variable in a netCDF file to a given value (-9999 by default).
1 | modifyNcdfSetMissing(con, var, value = -9999)
|
con |
file connection to modify |
var |
variable name (or index) of the variable to modify |
value |
value of the missing value attribute |
Jannis v. Buttlar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.