CheckReferencePoints: Reference Points Extracts reference points from...

Description Usage Arguments Value Examples

View source: R/CheckReferencePoints.R

Description

Reference Points Extracts reference points from age-structured model runs for use in AgeStructureComp

Usage

1
CheckReferencePoints(CTLName, out, MSEdir)

Arguments

CTLName

Name of CTL file

out

List from ReadCTLfile

MSEDir

Directory containing CTL file

Value

List of reference points list(B35,F35,OFL,tB35,tF35,tOFL)

Examples

1
2
3
4
5
6
7
## Not run: 
MSEdir <- "~/GeneralMSE/Examples/Cod_5_AgeStructure"
OMName <- "Cod_AgeStructure_CTL"
out <- ReadCTLfile(OMName)
CheckReferencePoints(OMName, out, MSEdir)

## End(Not run)

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