processingLog {oce} | R Documentation |
Add an item to object processingLog
processingLog(x) <- value processingLog(h, value="") processingLogAppend(h, value="") processingLogItem(value="") processingLogShow(x)
h |
an object of |
value |
a character string describing the action. |
x |
an |
The processingLog
function is designed for the user to
alter the processingLog of an object. The processingLogItem
function is used internally within the package.
The updated processingLog.
Dan Kelley
library(oce) data(ctd) ctd@metadata$latitude <- ctd@metadata$latitude + 1 processingLog(ctd) <- "correct the latitude"