Learn R Programming

oce (version 0.9-14)

subset.oce: Subset an oce object

Description

Subset an oce object

Usage

## S3 method for class 'oce':
subset(x, subset, \dots)

Arguments

x
a oce object.
subset
a condition to be applied to the data portion of x. See Details.
...
ignored.

Value

  • A new oce object.

Details

This function is somewhat analogous to subset.data.frame.