readFLUXNETNcdf: read data from FLUXNET NetCDF file.

Description Usage Arguments Value Author(s)

View source: R/readFLUXNETNcdf.R

Description

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

Usage

1
2
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

array: FLUXNET data

Author(s)

Jannis v. Buttlar


ncdf.tools documentation built on May 2, 2019, 5:16 p.m.