Process respiration parameters
Value
A list containing all elements of respiration_params,
the activity parameters (merged from activity_params), the SDA
coefficient (SDA), and — for REQ 2 — the derived values
RX, RY, RZ (Kitchell et al. 1977). For REQ 1 no
additional derived values are added.
Examples
process_respiration_params(
respiration_params = list(REQ = 2, RA = 0.0033, RB = -0.227,
RQ = 0.025, RTM = 30, RTO = 18),
activity_params = list(ACT = 1.5),
sda_params = list(SDA = 0.15)
)
#> $REQ
#> [1] 2
#>
#> $RA
#> [1] 0.0033
#>
#> $RB
#> [1] -0.227
#>
#> $RQ
#> [1] 0.025
#>
#> $RTM
#> [1] 30
#>
#> $RTO
#> [1] 18
#>
#> $ACT
#> [1] 1.5
#>
#> $SDA
#> [1] 0.15
#>
#> $RY
#> [1] -51.64431
#>
#> $RZ
#> [1] -44.26655
#>
#> $RX
#> [1] 10.65566
#>
