oce-class {oce} | R Documentation |
This is mainly used within oce to create sub-classes, although
users can use new("oce")
to create a blank oce
object, if desired.
metadata
A list containing information about the data. The
contents vary across sub-classes, e.g. an adp-class
object has information about beam patterns, which obviously would
not make sense for a ctd-class
object.
data
A list containing the data.
processingLog
A list containing time-stamped processing steps, typically stored in the object by oce functions.
Information on the classes that derive from this base class are found
at the following links:
adp-class
,
adv-class
,
argo-class
,
cm-class
,
coastline-class
,
ctd-class
,
echosounder-class
,
lisst-class
,
lobo-class
,
met-class
,
rsk-class
,
sealevel-class
,
section-class
,
tidem-class
,
topo-class
, and
windrose-class
.
str(new("oce"))