gadget_optimize | R Documentation |
Evaluate a gadget model
gadget_optimize( path, params.in = attr(path, "params_in"), params.out = attr(path, "params_out"), control = attr(path, "optinfo"), ... )
path |
locatoin of the gadget model |
params.in |
parameter input file |
params.out |
parameter output file |
control |
optimization parameters, can be the location of the optinfo file, gadgetfile object or NULL |
... |
additional arguments passed on to callGadget |
path
## Not run: gd <- gadget.variant.dir('model_dir') optinfo <- read.gadget.file('/',system.file('extdata','optinfo',package = 'Rgadget')) gadget_optimize(gd,params.in = 'params.in',params.out = 'params.opt', control = optinfo) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.