subset,section-method {oce} | R Documentation |
This function is somewhat analogous to subset.data.frame
. The
condition set by subset
may be in terms of stationId
or any
combination of longitude
, latitude
and time
. However,
stationId
may not be combined with the others; to get that effect, call
this function more than once.
## S4 method for signature 'section' subset(x, subset, ...)
x |
A |
subset |
A condition to be applied to the |
... |
May include |
A new section
object.
Dan Kelley
Other things related to section
data: [[,section-method
,
[[<-,section-method
,
as.section
,
handleFlags,section-method
,
plot,section-method
,
read.section
, section-class
,
sectionAddStation
,
sectionGrid
, sectionSmooth
,
sectionSort
, section
,
summary,section-method
library(oce) data(section) GS <- subset(section, 109<=stationId&stationId<=129)