R/qat_data_close_ncdf.R

Defines functions qat_data_close_ncdf

Documented in qat_data_close_ncdf

qat_data_close_ncdf <-
function(obj) {
## functionality: close an open ncdf file
## author: André Düsterhus
## date: 23.05.2012
## version: A0.2
## input: filename of an existing netcdf-file
## output: ncdf object
#	library("ncdf4")
	nc_close(obj)
}

Try the qat package in your browser

Any scripts or data that you put into this service are public.

qat documentation built on May 2, 2019, 4:06 p.m.