View source: R/get_obs_bysite_gpp_gepisat.R
get_obs_bysite_gpp_gepisat | R Documentation |
Function for reading observational GPP data from GePiSaT (Tyler's alternative flux decomposition) for FLUXNET 2015 stations.
get_obs_bysite_gpp_gepisat(sitename, path_gepisat, timescale = "d")
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: |
A data frame (tibble) containint observational data.
## Not run:
df <- get_obs_bysite_gpp_gepisat
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.