subset,met-method | R Documentation |
This function is somewhat analogous to subset.data.frame()
.
## S4 method for signature 'met'
subset(x, subset, ...)
x |
a met object. |
subset |
An expression indicating how to subset |
... |
ignored. |
A met object.
Dan Kelley
Other things related to met data:
[[,met-method
,
[[<-,met-method
,
as.met()
,
download.met()
,
met
,
met-class
,
plot,met-method
,
read.met()
,
summary,met-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,oce-method
,
subset,odf-method
,
subset,rsk-method
,
subset,sealevel-method
,
subset,section-method
,
subset,topo-method
,
subset,xbt-method
library(oce)
data(met)
# Few days surrounding Hurricane Juan
plot(subset(met, time > as.POSIXct("2003-09-27", tz = "UTC")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.