get_obs_bysite_gpp_gepisat: The GePiSaT method flux decomposition.

View source: R/get_obs_bysite_gpp_gepisat.R

get_obs_bysite_gpp_gepisatR Documentation

The GePiSaT method flux decomposition.

Description

Function for reading observational GPP data from GePiSaT (Tyler's alternative flux decomposition) for FLUXNET 2015 stations.

Usage

get_obs_bysite_gpp_gepisat(sitename, path_gepisat, timescale = "d")

Arguments

sitename

A character string specifying the site name for which FLUXNET 2015 data is searched (based on the site name appearing as part of the respective file name). Defaults to NA.

path_gepisat

A character string specifying the local path of FLUXNET 2015 data.

timescale

A character specifying the time scale of FLUXNET 2015 data. Only available: c("d") for daily.

Value

A data frame (tibble) containint observational data.

Examples

## Not run: 
df <- get_obs_bysite_gpp_gepisat

## End(Not run)

stineb/ingestr documentation built on July 21, 2024, 6:39 p.m.