simulate_gadget: Create and get output from Gadget model in one fell swoop

Description Usage Value Examples

Description

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.

Usage

1

Value

List of data.frames, one for each stock, of output from StockStdPrinter printfile component

Examples

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)

inspktrgadget/gadgetSim documentation built on May 10, 2019, 9:51 a.m.