ComputeRER | R Documentation |
Computes the LEL and UEL RERs=
ComputeRER(VRAPList, UEL = 80, LEL = 5)
VRAPList |
output list from Main() or RunSims() |
UEL |
Upper target as percent of VRAP simulations that should be above recovery threshold |
LEL |
lower target as percent of VRAP simulations that should be not hit the lower threshold |
This fits a spline to the harvest versus UET and LET lines to get the ER at the LEL and UEL.
a list with:
The ER at the UEL
The ER at the LEL
The harvest rates for each simulation in the VRAP output.
The harvest rates used to computed the smoothed UEL and LEL.
The UEL for each simulation in the VRAP output.
The smoothed UEL.
The LEL for each simulation in the VRAP output.
The smoothed LEL.
The proportion to use for the upper threshold.
The proportion to use for the lower threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.