Description Usage Value Examples
This function is really just a wrapper function for make_gadget_model
and get_stock_std. It essentially just combines the functionality
of these two functions so that you can skip a line or two of writing code.
1  | simulate_gadget(..., path = NULL)
 | 
List of data.frames, one for each stock, of output from
StockStdPrinter printfile component
1 2 3 4 5 6 7  | # see ?make_gadget_model. The process is the same for that function, except
# here you get output
stock_stds <- simualate_gadget(time = time,
                               area = area,
                               stock = cod,
                               fleet = fleets,
                               path = gad_mod_dir)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.