iSCAM {MSEtool}R Documentation

Reads iSCAM files into a hierarchical R list object

Description

Internal functions for reading iSCAM input and output files into R

Usage

load.iscam.files(model.dir, burnin = 1000, thin = 1, verbose = FALSE)

fetch.file.names(path, filename)

read.report.file(fn)

read.data.file(file = NULL, verbose = FALSE)

read.control.file(
  file = NULL,
  num.gears = NULL,
  num.age.gears = NULL,
  verbose = FALSE
)

read.projection.file(file = NULL, verbose = FALSE)

read.par.file(file = NULL, verbose = FALSE)

read.mcmc(model.dir = NULL, verbose = TRUE)

Arguments

model.dir

Folder name

burnin

The initial mcmc samples to be discarded

thin

The degree of chain thinning 1 in every thin iterations is kept

verbose

should detailed results be printed to console

path

File path

filename

The filename

fn

File location

file

File location

num.gears

The number of gears

num.age.gears

The number age-gears

Functions

Author(s)

Chris Grandin (DFO PBS)

See Also

iSCAM2OM


[Package MSEtool version 3.7.1 Index]