Description Usage Arguments Examples
Use R code to write arguments to the disk, which will later be used in a ss3sim simulation.
1 | case_index(fleets = 1, years = NULL, sd = 2, case, spp)
|
fleets |
Vector of fleet numbers, where the order of
|
years |
A list of length |
sd |
A list of standard deviations for each fleet. |
case |
The case number you want to write to.
If |
spp |
A vector of character values argument specifying the species. |
1 2 | case_index(fleets = 2, case = 1, spp = "cod", years = list(7:10), sd = 0.1)
done <- file.remove("index1-cod.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.