readADopts {PBSadmb}R Documentation

Reads an ADMB Options List into Memory From a File

Description

Reads ADMB options into a global, hidden list object called .ADopts from an ASCII text file using
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 .ADopts.

Note

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

Author(s)

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

See Also

makeADopts,writeADopts


[Package PBSadmb version 0.61.44 Index]