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., "vonb").
lines data to append to 'prefix'.log).

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, Pacific Biological Station, Nanaimo BC, Canada

See Also

startLog, editADfile


[Package PBSadmb version 0.61.44 Index]