Description Usage Arguments Details Value Author(s) See Also Examples
This function computes the cumulative balance of one ecosystem service (groundwater recharge, groundwater quality, carbon removal, cost, and appreciation) for one management scenario.
1 2 3 | ecoser(x, data=import_services(),
sqa=list(grazing=1, mowing=5, burning=5, choppering=7),
service="waterrecharge", init=0)
|
x |
A management scenario (see details). |
data |
A |
sqa |
A list giving the time period until leaching rates reach status quo ante (years) for each management. |
service |
The ecosystem service to focus on. Could be either |
init |
The water recharge/quality balance at the start of the simulation. Default to zero. |
A management scenario should be given as a numeric vector. The following convention is used: 0 for no management, 1 for grazing, 2 for mowing, 3 for burning, and 4 for choppering. The vector should have a length equal to the number of simulated years (1 management per year).
For the groundwater recharge, the groundwater quality, and the appreciation, we assume that there is no difference between control and managed plots for the grazing scenario.
Returns a numeric vector reporting the cumulative values of a given ecosystem service. Values are given in mm/year for groundwater recharge, kg N/ha for groundwater quality, kg/ha for carbon removal, and euros/ha for cost. Appreciation is adimensional.
Benjamin M. Delory
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.