get_stock_std: Make and retrieve output from the StockStdPrinter printfile...

Description Usage Arguments Value Examples

Description

Make and retrieve output from the StockStdPrinter printfile component of a Gadget model

Usage

1
2
get_stock_std(main = "main", params_file = NULL, path = NULL,
  fit_dir = "FIT", gadget_exe = "gadget", ...)

Arguments

main

Optional. A list of class gadget_main

params_file

Character. Path to the params file used to call Gadget

path

Optional. Character vector of path to the directory where Gadget files are located

gadget_exe

The Gadget executable to use

...

Additional arguments to include

Value

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

Examples

1
2
3
4
5
## Not run: 
path <- system.file(gad_mod_dir, package = "gadgetSim")
stocks_data <- get_stock_std(path = path)

## End(Not run)

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