Learn R Programming

oce (version 0.9-20)

subset,rsk-method: Subset a Rsk Object

Description

Subset a rsk object. This function is somewhat analogous to subset.data.frame, but subsetting is only permitted by time.

Usage

"subset"(x, subset, ...)

Arguments

x
a rsk object, i.e. inheriting from rsk-class.
subset
a condition to be applied to the data portion of x. See ‘Details’.
...
ignored.

Value

A new rsk object.

See Also

Other things related to rsk data: [[,rsk-method, [[<-,rsk-method, as.rsk, plot,rsk-method, read.rsk, rsk-class, rskPatm, rskToc, rsk, summary,rsk-method

Examples

Run this code
library(oce)
data(rsk)
plot(rsk)
plot(subset(rsk, time < mean(range(rsk[['time']]))))

Run the code above in your browser using DataLab