pm_factory | R Documentation |
Function factory for creating MSEtool performace metric (class "PM") functions
Various performance metrics
pm_factory(
pm_type = c("SBMSY", "AAVY", "PNOF", "LTY", "Yield", "AADC"),
ref = 0.1,
yrs = NULL
)
P10(mse_obj)
P40(mse_obj)
P100(mse_obj)
PNOF(mse_obj)
LTY(mse_obj)
AAVY(mse_obj)
pm_type |
The type of performance metric. |
ref |
Reference level to use in secondary part of probability. |
yrs |
A vector of years to include. If |
mse_obj |
An object of class MSE from the MSEtool package |
A MSEtool PM function
An object of class PMobj from the MSEtool package
P10 <- pm_factory("SBMSY", 0.1)
P10(mse_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.