PullTrueProj: Pull True Projections Not used anywhere... yet.

Description Usage Arguments Value Examples

View source: R/PullTrueProj.R

Description

Pull True Projections Not used anywhere... yet.

Usage

1
PullTrueProj(CTLNameList, out, MSEdir)

Arguments

CTLNameList

Vector of CTL file names

out

List output from ReadCTLfile

MSEdir

Directory containing CTL files

Value

Plots comparing age-structured estimating models

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
MSEdir <- "~/GeneralMSE/Examples/Cod_5_AgeStructure"
OMNames <- c("Cod_AgeStructure_CTL","Cod_Age_Mvary_CTL","Cod_Age_Mvary_estM_CTL")
out <- ReadCTLfile(OMNames[1])
AgeStructureComp(out=out,
                 CTLNameList=OMNames,
                 MSEdir=MSEdir,
                 plotNames=c("Base","Fixed M","Estimate M"))

## End(Not run)

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