transient_DR | R Documentation |
transient_DR
calculates the target density ratios, over all timesteps
with management, assuming a transient control rule is being used.
transient_DR(Time1 = 50, TimeT = 70, Final_DRs, Nat_mortality, cr, fdr)
Time1 |
numeric value, the number of years to run the model before a marine reserve is implemented. Default value is 50. |
TimeT |
numeric value, the number of years to run the model total. Default value is 70. |
Final_DRs |
numeric vector, the final target density ratios. |
Nat_mortality |
numeric vector, the estimates of natural mortality. |
cr |
temporary numeric value, the current control rule. |
fdr |
temporary numeric value, the current final target density ratio. |
a numeric vector, the target density ratios over all timesteps with transient control rules
transient_DR(Time1 = 50, TimeT = 70, Final_DRs = c(0.6, 0.8), Nat_mortality = c(0.17, 0.12, 0.22), cr = 2, fdr = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.