Extract and Compute Several Metrics from Model Output
get_vars.Rd
This function processes the output of a certain model (possibly related to fisheries) to extract, compute, and format various metrics.
Examples
if (FALSE) { # \dontrun{
model_result <- list(...) # Example model result here
metrics <- get_vars(model_result)
} # }