showADargs {PBSadmb}R Documentation

Show All Arguments for an ADMB Executable

Description

Show all arguments available for an ADMB executable in the default text editor.

Usage

showADargs(prefix, ed=TRUE)

Arguments

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.

Value

Invisibly returns the argument list.

Note

A wrapper function that can be called from a GUI exists as .win.showADargs.

Author(s)

Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada

See Also

editADfile, runAD


[Package PBSadmb version 0.61.44 Index]