Learn R Programming

oce (version 0.9-20)

composite,list-method: Create a composite object by averaging across good data stored in a list

Description

Items within the data slots of the objects that are supplied as arguments are averaged in a way that makes sense for the object class, i.e. taking into account the particular bad-data codes of that particular class.

Usage

"composite"(object)

Arguments

object
A list of oce-class objects. This is done by calling a specialized version of the function defined in the given class. In the present version, the objects must inherit from amsr-class, so the action is to call composite,amsr-method.

See Also

Other functions that create composite objects: composite,amsr-method, composite