Description Usage Arguments Author(s) See Also Examples
Get a mapping of variable names of REddyProc defaults to names of the Berkeley 2016 release of the Fluxnet data
1 2 3 4 5 6 7 | getBGC05ToAmerifluxVariableNameMapping(map = character(),
mapDefault = c(Year = "YEAR", DoY = "DOY", Rg = "SW_IN",
Tair = "TA", Tsoil = "TS", rH = "RH", VPD = "VPD",
Ustar = "USTAR", NEE_orig = "NEE_PI", H_orig = "H_PI",
LE_orig = "LE_PI", NEE_f = "NEE_F", H_f = "H_F",
LE_f = "LE_F", NEE_fqc = "NEE_QC", H_fqc = "H_QC",
LE_fqc = "LE_QC"))
|
map |
named character vector: additional mapping, that extends or overwrites defaults in |
mapDefault |
named character vector: default mapping |
(Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
1 2 | # adding mapping of foo, and overwriting mapping of DoY
getBGC05ToAmerifluxVariableNameMapping(c(foo="FOO",DoY="doy"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.