eval_pm: Evaluate performance petrics

View source: R/pm-functions.R

eval_pmR Documentation

Evaluate performance petrics

Description

Evaluate performance petrics

Usage

eval_pm(mse_obj, pm_list = NULL, refs = NULL, yrs = NULL)

Arguments

mse_obj

MSE object. Output of the MSEtool MSEtool::runMSE() function.

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

Value

A data frame containing the management procedures, performance metrics, probability, probability caption, description, and class of the management procedure.

Examples

library(openMSE)
eval_pm(mse_example, list("PNOF", "P100", "P10", "LTY", "AAVY"))

pbs-assess/ggmse documentation built on Nov. 21, 2023, 8:06 p.m.