Concatenate a List of oce Objects
Usage
# S4 method for class 'list'
concatenate(object, debug = getOption("oceDebug"))
Arguments
- object
a list of oce objects, all of which must have the same sub-class (e.g. all of ctd, or adp, etc).
- debug
a debugging flag, set to a positive value to get debugging. Note that
debug-1
is passed to the otherconcatenate()
functions that are called by the present function.
See also
Other functions for concatenating oce objects:
concatenate()
,
concatenate,adp-method