oceSetData {oce} | R Documentation |
data
slot of an oce
objectSet something in the data
slot of an oce
object
oceSetData(object, name, value, unit, originalName, note = "")
object |
an |
name |
String indicating the name of the item to be set. |
value |
Value for the item. |
unit |
An optional list specifying units for the item, containing an element
named |
originalName |
Optional character string giving an 'original' name (e.g. as stored in the header of a data file). |
note |
A note to be stored in the processing log. If an empty string
(the default) then an entry will be constructed from the function call. If
|