oceSetData: Set something in the data
slot of an oce
object
Description
Set something in the data
slot of an oce
object
Usage
oceSetData(object, name, value, units, note = "")
Arguments
name
String indicating the name of the item to be set.
units
An optional list specifying units for the item, containing an element
named units
that is an expression
, and a string named
scale
that describes the scale used. For example, modern temperatures
have unit=list(unit=expression(degree*C), scale="ITS-90")
. note
A note to be stored in the processing log.