oce (version 1.1-1)

subset,sealevel-method: Subset a Sealevel Object

Description

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

Usage

# S4 method for sealevel
subset(x, subset, ...)

Arguments

x

A sealevel object, i.e. one inheriting from sealevel-class.

subset

a condition to be applied to the data portion of x.

ignored.

Value

A new sealevel object.

See Also

Other things related to sealevel data: [[,sealevel-method, [[<-,sealevel-method, as.sealevel, plot,sealevel-method, read.sealevel, sealevel-class, sealevelTuktoyaktuk, sealevel, summary,sealevel-method

Other functions that subset oce objects: subset,adp-method, subset,adv-method, subset,amsr-method, subset,argo-method, subset,cm-method, subset,coastline-method, subset,ctd-method, subset,echosounder-method, subset,lobo-method, subset,met-method, subset,oce-method, subset,odf-method, subset,rsk-method, subset,section-method, subset,topo-method

Examples

Run this code
# NOT RUN {
library(oce)
data(sealevel)
plot(sealevel)
plot(subset(sealevel, time < mean(range(sealevel[['time']]))))

# }

Run the code above in your browser using DataCamp Workspace