Description Usage Arguments Author(s)
The daily sums for a single year are plotted to the current device, scaled to all data.
The daily sums are only calculated for days with complete data.
This function first computes the everage flux for each day.
If the original unit is not "per day", then it need to be converted to "per day" by argument timeFactor.n
.
Furthermore, a change of the mass unit is provided by argument massFactor.n
.
The default parameters assume original units of mumol CO2/m2/second and convert to gC/m2/day.
The conversion factors allow plotting variables with different units
1 2 3 | sPlotDailySumsY(Var.s, VarUnc.s = "none", Year.i, timeFactor.n = 3600 *
24, massFactor.n = (44.0096/1e+06) * (12.011/44.0096),
unit.s = "gC/m2/day")
|
Var.s |
(Filled) variable to plot |
VarUnc.s |
Uncertainty estimates for variable |
Year.i |
Year to plot |
timeFactor.n |
time conversion factor with default per second to per day |
massFactor.n |
mass conversion factor with default from mumol CO2 to g C |
unit.s |
resulting unit |
AMM, KS (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.