compare_models: Compare output from several assessment models

Description Usage Arguments Value Author(s) Examples

View source: R/report_auxiliary.R

Description

Plot biomass, recruitment, and fishing mortality time series from several . This function can be used to compare outputs among different assessment models from the same Data object.

Usage

1
compare_models(..., label = NULL, color = NULL)

Arguments

...

Objects of class Assessment.

label

A character vector of the models for the legend.

color

A vector of colors for each assessment model.

Value

A set of figures of biomass, recruitment, and fishing mortality estimates among the models.

Author(s)

Q. Huynh

Examples

1
2
3
4
5
6
res <- cDD_SS(Data = DLMtool::SimulatedData)
res2 <- SCA(Data = DLMtool::SimulatedData)
res3 <- SCA2(Data = DLMtool::SimulatedData)
res4 <- VPA(Data = DLMtool::SimulatedData)

compare_models(res, res2, res3)

tcarruth/MSEtool documentation built on Oct. 19, 2020, 6:09 a.m.