showADargs {PBSadmb} | R Documentation |
Show all arguments available for an ADMB executable in the default text editor.
showADargs(prefix, ed=TRUE)
prefix |
string name prefix of the ADMB project (e.g., "vonb" ). |
ed |
logical: if TRUE , write the ADMB arguments to a file and
view them with the text editor, else display the arguments on the R console. |
Invisibly returns the argument list.
A wrapper function that can be called from a GUI exists as .win.showADargs
.
Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada