-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link in the roxygen to ssmse manual, custom MPs
- Loading branch information
1 parent
583d934
commit 29498e4
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Template for parameters common to run_SSMSE, run_SSMSE_scen, and run_SSMSE_iter | ||
#' @param custom_MS_source A file location with the source code for any custom MS | ||
#' models to be used in the simulation. SSMSE will source this file which should | ||
#' contain a function/s whose name/s match each custom MS models included in MS_vec. | ||
#' models to be used in the simulation. SSMSE will source this file which should | ||
#' contain a function/s whose name/s match each custom MS models included in MS_vec. | ||
#' To learn more about using custom management strategies, see the | ||
#' [using a Custom Management Stratey/Procedure section](https://nmfs-fish-tools.github.io/SSMSE/manual/advanced-options-use-a-custom-management-strategyprocedure.html) | ||
#' in the [SSMSE User Manual](https://nmfs-fish-tools.github.io/SSMSE/manual). | ||
#' @param run_EM_last_yr Should the MS be implemented to get future catch if the | ||
#' laste year is an assessment year? TRUE/FALSE option, so the same for all | ||
#' last year is an assessment year? TRUE/FALSE option, so the same for all | ||
#' scenarios and iterations. Defaults to FALSE. |