readJJM: Read a model or list of models

View source: R/readJJM.R

readJJMR Documentation

Read a model or list of models

Description

Function to read models and list if models and generate results

Usage

readJJM(
  model,
  path = NULL,
  output = "results",
  input = NULL,
  version = "2015MS",
  ...
)

Arguments

model

String with the name of model that will be readed or run.

path

Directory where the 'admb' folder is located.

output

Path to the model outputs directory.

input

Path to model inputs directory.

version

version of JJM, default to "2015MS" (2015 SC multi-stock).

...

Extra arguments

Examples

## Not run: 
readJJM(model = "mod2.4")

## End(Not run)

SPRFMO/jjmr documentation built on March 27, 2024, 6:16 a.m.