modifyNcdfSetMissing: Set missing value attribute to a netCDF file

Description Usage Arguments Author(s)

Description

This function sets the missing_value and the _Fill_value of a variable in a netCDF file to a given value (-9999 by default).

Usage

1
modifyNcdfSetMissing(con, var, value = -9999)

Arguments

con

file connection to modify

var

variable name (or index) of the variable to modify

value

value of the missing value attribute

Author(s)

Jannis v. Buttlar


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.