appendLog {PBSadmb} | R Documentation |
Append Data to Log File
Description
Append summary information or output to a previously created log file.
Usage
appendLog(prefix, lines)
Arguments
prefix |
string name prefix of the ADMB project (e.g., |
lines |
data to append to |
Value
No explicit value reurned. Appends data into a log file
'prefix'.log
.
Note
A wrapper function that can be called from a GUI exists as .win.appendLog
.
Author(s)
Jon T. Schnute, Scientist Emeritus
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
Last modified Rd: 2009-09-10
See Also
[Package PBSadmb version 1.1.6 Index]