Learn R Programming

ncdf.tools (version 0.7.1.295)

readFLUXNETNcdf: read data from FLUXNET NetCDF file.

Description

This function reads data from standard (BGI - Jena) FLUXNET netCDF files and returns it in an R object.

Usage

readFLUXNETNcdf(path = getwd(), sites, pars = "all", time.ends, dim.borders = list(1))

Arguments

path
character string: path to the input file(s)
sites
character string: ids of the sites to extract
pars
character string: names of the variables to extract
time.ends
POSIXct object: start and end date of the period to extract.
dim.borders
list: indices for other dimensions

Value