ProductionModelOutput: Compare Production Model Outputs

Description Usage Arguments Value Examples

View source: R/ProductionModelOutput.R

Description

Analyse and compare output from production estimating models

Usage

1
2
ProductionModelOutput(out, CTLNameList, MSEdir, ylimIN = NA,
  plotNames = NA)

Arguments

out

List ouput from ReadCTLfile

CTLNameList

List of CTL files

MSEdir

Directory containing CTL files

ylimIN

Vector of optional manual limits for y-axis

plotNames

Vector of the same length as CTLNameList with "prettier" names for plotting

Value

GeMS Object # To be implemented

Examples

1
2
3
4
5
6
7
## Not run: 
MSEdir <- "~/GeneralMSE/Examples/Cod_1_Production"
OMNames <- c("Cod_LowProd_CTL","Cod_Base_CTL","Cod_HighProd_CTL")
out <- ReadCTLfile(OMNames[1])
ProductionModelOutput(out,OMNames,MSEdir,plotNames=c("Low Productivity", "Base", "High Productivity"))

## End(Not run)

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