eval_pm | R Documentation |
Evaluate performance petrics
eval_pm(mse_obj, pm_list = NULL, refs = NULL, yrs = NULL)
mse_obj |
MSE object. Output of the MSEtool |
pm_list |
List of performace metric names |
refs |
Optional. List containing the reference limits for each metric |
yrs |
Optional. Numeric vector of length 2 with year indices to summarize performance |
A data frame containing the management procedures, performance metrics, probability, probability caption, description, and class of the management procedure.
library(openMSE)
eval_pm(mse_example, list("PNOF", "P100", "P10", "LTY", "AAVY"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.