Learn R Programming

oce (version 0.9-14)

drifter-class: Class for drifter data

Description

Class to store drifter data, with standard slots metadata, data and processingLog.

Arguments

Methods

Data may be accessed as e.g. pt[["time"]], where the string could also be "longitude" or "latitude". The profile data are available in "salinity", "temperature" and "pressure", each of which is a matrix with first index corresponding to depth and second index corresponding to profile number. Assignment to these can be made with e.g. drifter[["latitude"]] <- value, etc. Indeed, any quantity in the metadata slot or the data slot can be retrieved or updated in this way.

See Also

A drifter object may be read with read.drifter or created with as.drifter. Plots can be made with plot.drifter, while summary.drifter produces statistical summaries and show produces overviews.