set_catch | R Documentation |
Specify catch selectivity blocks and aggregate and age composition observations for catch
set_catch(input, catch_info = NULL)
input |
list containing data, parameters, map, and random elements (output from |
catch_info |
(optional) list specifying various aspects about catch by fleet (see details)
|
a named list with same elements as the input provided with catch observations and fleet options modified.
prepare_wham_input
## Not run:
wham.dir <- find.package("wham")
path_to_examples <- system.file("extdata", package="wham")
asap3 <- read_asap3_dat(file.path(path_to_examples,"ex1_SNEMAYT.dat"))
input <- prepare_wham_input(asap3)
input <- set_catch(input, catch_info = list(agg_catch = newcatch)) #constant catch of 500 mt
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.