powered by
This function is somewhat analogous to subset.data.frame.
subset.data.frame
# S4 method for met subset(x, subset, ...)
An object inheriting from met-class.
met-class
An expression indicating how to subset x.
x
ignored.
A new met object.
met
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
[[,met-method
[[<-,met-method
as.met
download.met
plot,met-method
read.met
summary,met-method
# 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