writeADopts {PBSadmb} | R Documentation |
Writes the ADMB Options List from Memory to a File
Description
Writes the global ADMB options list to a file using the function
PBSmodelling::saveOptions
.
Usage
writeADopts(optfile="ADopts.txt")
Arguments
optfile |
|
Value
Returns opts
invisibly. Writes the options list object to an ASCII file.
Note
A wrapper function that can be called from a GUI exists as
.win.writeADopts
(not currently used).
Author(s)
Alex Couture-Beil, Software Engineer, Victoria BC
Simon Fraser University (Burnaby BC), Vancouver Island University (Nanaimo BC)
Last modified Rd: 2019-03-14
See Also
In package PBSadmb:
atget
,
readADopts
,
setADpath
In package PBSmodelling:
getOptions
,
setOptions
in getOptions
,
saveOptions
in loadOptions
[Package PBSadmb version 1.1.6 Index]