oce (version 1.2-0)

subset,met-method: Subset a met Object

Description

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

Usage

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

Arguments

x

a '>met object.

subset

An expression indicating how to subset x.

ignored.

Value

A '>met object.

See Also

Other things related to met data: [[,met-method, [[<-,met-method, as.met(), download.met(), met-class, met, plot,met-method, read.met(), summary,met-method, test_met_csv1.csv, test_met_csv2.csv, test_met_xml2.xml

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,oce-method, subset,odf-method, subset,rsk-method, subset,sealevel-method, subset,section-method, subset,topo-method, subset,xbt-method

Examples

Run this code
# NOT RUN {
library(oce)
data(met)
# Few days surrounding Hurricane Juan
plot(subset(met, time > as.POSIXct("2003-09-27", tz="UTC")))

# }

Run the code above in your browser using DataLab