oce {oce}R Documentation

A Package for Oceanographic Analysis

Description

The oce package provides functions for working with Oceanographic data, for calculations that are specific to Oceanography, and for producing graphics that match the conventions of the field.

Details

Over a dozen specialized data types are handled by oce, with generic plots and summaries for each, along with the specialized functions needed for typical Oceanographic analysis.

See oce for a summary of the class structure and links to documentation for the many subclasses of oce objects, each aligned with a class of instrument or or type of dataset. For a more task-oriented approach, see the several vignettes that are provided with oce, and a book (Kelley, Dan E. Oceanographic Analysis with R. New York: Springer-Verlag, 2018. https://link.springer.com/book/10.1007/978-1-4939-8844-0) written by one of the oce co-authors.

Specialized Functions

A key function is read.oce(), which will attempt to read Oceanographic data in raw format. This uses oceMagic() to try to detect the file type, based on the file name and contents. If this detection is not possible, users will need to go beyond read.oce(), using a more specialized function, e.g. read.ctd() for CTD files, read.ctd.sbe() for Teledyne-Seabird files, etc.

Generic Methods

A list of the generic methods in oce is provided by methods(class="oce"); a few that are used frequently are as follows.

Author(s)

Maintainer: Dan Kelley Dan.Kelley@Dal.Ca (ORCID)

Authors:

Other contributors:

See Also

Useful links:


[Package oce version 1.8-3 Index]