Description Usage Arguments Details Value
Correction of matter or energy flux (flux
) with storage computed using
discrete (one point) approach (st
) or profile measurement of CO2
concentration (stp
).
1 | add_storage(x, st, stp = NULL)
|
st |
A numeric vector with storage computed using discrete (one point) approach. |
stp |
A numeric vector with storage computed using profile measurement of gas concentration. |
flux |
A numeric vector with flux values. |
If both storage estimates are available, stp
takes priority. If both
st
and stp
estimates are NA
, original flux value is
kept. flux
, st
and stp
(if not NULL) must have the same
length.
Adapted from: openeddy - add_st
A vector with attributes varnames
and units
is
produced. varnames
value is set by name_out
argument.
units
value is extracted from flux
vector by
units
or set to default "-"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.