LoadAssessPars: Load LBSPR Assessment Parameters

Description Usage Arguments Value Author(s)

View source: R/LoadAssessPars.R

Description

This function reads in a csv file that contains the parameters required for running the LB-SPR Assessment model. See LoadAssessPars ReadMe for details of contents of SimParFile.

Usage

1
2
3
4
LoadAssessPars(PathtoAssessFile = "~/PathToAssessFile",
  AssessParFileName = "AssessPars", AssessParExt = ".csv", ind = 1,
  LenMids, IncludeDatFile = FALSE, LenDatType = list("raw", "comp"),
  LHR_OverRide = list())

Arguments

PathtoAssessFile

an object of class character containing the full path to the Assessment Parameter file

AssessParFileName

an object of class character containing the name of Assessment Parameter file

AssessParExt

an object of class character containing the file extension of Assessment Parameter file (default is ".csv" and currently can not handle anything else)

ind

an optional numeric value indicating which column contains the parameters (default is 1).

LenMids

A vector of the midpoints of the length classes for the observed length data.

Value

Returns a list of assessment parameters (AssessPars) that is used in other functions.

Author(s)

Adrian Hordyk


DanOvando/Old-LBSPR documentation built on May 6, 2019, 1:22 p.m.