ladp-class {oce}R Documentation

Class to store lowered-adp data

Description

Class to store data measured with a lowered ADP (also known as ADCP) device.

Accessing data

Consider an object named ladp.

Metadata (contained in the S4 slot named metadata) may be retrieved or set by name, ladp[["longitude"]] <- ladp[["longitude"]] + 1 corrects a one-degree error. Use names(ladp@metadata) to find the names of the metadata.

Column data may be accessed by name, e.g. ladp[["u"]], ladp[["v"]], ladp[["pressure"]], etc. There may also be columns for "temperature" and "salinity", and possibly other things. Use names(ladp@data) to find the names of the data.

Author(s)

Dan Kelley

See Also

Other things related to ladp data: [[,ladp-method, as.ladp, plot,ladp-method, summary,ladp-method


[Package oce version 0.9-22 Index]