get_model_folder: Get the folder location of an included SS3 model...

Description Usage Arguments Value Examples

View source: R/get_model_folder.r

Description

This function returns the location of one of the built-in model configurations.

Usage

1
get_model_folder(folder_name)

Arguments

folder_name

The model folder name. One of "cod-om", "cod-em", "fla-om", "fla-em", "sar-om", "sar-em" representing cod, flatfish, and sardine-like model configurations and operating (om) and estimating model (em) varieties. See the ss3sim paper or vignette for further details.

Value

A character object showing the location of the appropriate model configuration folder in the package extdata folder.

Examples

1
get_model_folder("cod-em")

ss3sim documentation built on Nov. 9, 2019, 1:06 a.m.