Skip to contents

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 other concatenate() functions that are called by the present function.

Value

An object of class corresponding to that in the elements of object.

See also

Other functions for concatenating oce objects: concatenate(), concatenate,adp-method