| subset,met-method {oce} | R Documentation |
This function is somewhat analogous to subset.data.frame.
## S4 method for signature 'met' subset(x, subset, ...)
x |
An object inheriting from |
subset |
An expression indicating how to subset |
... |
ignored. |
A new met object.
Dan Kelley
Other things related to met data: [[,met-method,
[[<-,met-method, as.met,
met-class, met,
plot,met-method, read.met,
summary,met-method
library(oce)
data(met)
# Few days surrounding Hurricane Juan
plot(subset(met, time > as.POSIXct("2003-09-27", tz="UTC")))