Learn R Programming

oce (version 0.4-1)

velocity: Extract velocity from an oce object

Description

Extract velocity from an oce object

Usage

velocity(x)

Arguments

x
an oce object.

Value

  • A matrix or array of the velocity data.

Details

This is a convenience function that isolates the user from the details of details of storage.

See Also

Similar accessor functions are heading, pitch, roll, and time.

Examples

Run this code
library(oce)
data(adp)
print(dim(velocity(adp)))

Run the code above in your browser using DataLab