readADopts {PBSadmb} | R Documentation |
Read an ADMB Options List into Memory From a File
Description
Create a PBSoptions
class object called .PBSadmb
(stored in the
package's working environment PBSadmbEnv
) and read in ADMB options
from an ASCII text file using a load
function that ultimately calls
PBSmodelling::readList
.
Usage
readADopts(optfile="ADopts.txt")
Arguments
optfile |
string name of an ASCII text file containing ADMB options information. |
Value
No values returned. Reads the ADMB options into the list object .PBSadmb
.
Note
A wrapper function that can be called from a GUI exists as
.win.readADopts
(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:
setADpath
,
readADpaths
,
writeADopts
In package PBSmodelling:
loadOptions
[Package PBSadmb version 1.1.6 Index]