CheckRetro: Check Retrospective

Description Usage Arguments Value Examples

View source: R/CheckRetro.R

Description

Extracts calculated retrospective bias from age-structured model runs for use in AgeStructureComp

Usage

1
CheckRetro(CTLName, out, MSEdir, RetroPeels = 6, PlotRetro = 0)

Arguments

CTLName

Name of CTL file

out

List from ReadCTLfile

RetroPeels

Number of years to conduct retrospective analysis

PlotRetro

1/0 value to plot retrospective analyses

MSEDir

Directory containing CTL file

Value

Predicted spawning biomass and true spawning biomass from retrospective analysis.

Examples

1
2
3
4
5
6
7
## Not run: 
CTLName <- "Cod_Base_CTL"
out <- ReadCTLfile(CTLName)
MSEdir <- "~/GeMS/Examples/Cod_1_Production"
CheckRetro(CTLName,out,MSEdir)

## End(Not run)

szuwalski/GeMS documentation built on Oct. 2, 2019, 5:55 a.m.