| subset,odf-method | R Documentation |
This function is somewhat analogous to subset.data.frame().
## S4 method for signature 'odf'
subset(x, subset, ...)
x |
an odf object. |
subset |
a condition to be applied to the |
... |
ignored. |
It seems likely that users will first convert the odf object into another class (e.g. ctd) and use the subset method of that class; note that some of those methods interpret the ... argument.
An odf object.
Dan Kelley
Other things related to odf data:
CTD_BCD2014666_008_1_DN.ODF.gz,
ODF2oce(),
ODFListFromHeader(),
ODFNames2oceNames(),
[[,odf-method,
[[<-,odf-method,
odf-class,
plot,odf-method,
read.ctd.odf(),
read.odf(),
summary,odf-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,rsk-method,
subset,sealevel-method,
subset,section-method,
subset,topo-method,
subset,xbt-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.