run.control {R2admb} | R Documentation |
set run options for running ADMB via R
Description
A helper function
Usage
run.control(check_tpl = TRUE, write_files = TRUE, checkparam = c("stop",
"warn", "write", "ignore"), checkdata = c("stop", "warn", "write",
"ignore"), compile = TRUE, run = TRUE, read_files = TRUE,
clean_files = "all")
Arguments
check_tpl |
Check the specified TPL file for problems? |
write_files |
Write out data and initialization files? |
checkparam |
How to check |
checkdata |
as with |
compile |
compile the TPL file (via ADMB) into an executable? |
run |
run the executable file with the specified data/initial values? |
read_files |
read the results of an ADMB run into R? |
clean_files |
Delete working files after completion of the run? Options
are |
Value
A list with appropriate default values inserted for passing to
do_admb
Author(s)
Ben Bolker