appendLog {PBSadmb} | R Documentation |
Append summary information or output to a previously created log file.
appendLog(prefix, lines)
prefix |
string name prefix of the ADMB project (e.g., "vonb" ). |
lines |
data to append to 'prefix'.log ). |
No explicit value reurned. Appends data into a log file
'prefix'.log
.
A wrapper function that can be called from a GUI exists as .win.appendLog
.
Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada