powered by
This function is somewhat analogous to subset.data.frame. Subsetting can be by time or distance, but these may not be combined; use a sequence of calls to subset by both.
subset.data.frame
time
distance
# S4 method for topo subset(x, subset, ...)
A topo object, i.e. inheriting from topo-class.
topo
topo-class
A condition to be applied to the data portion of x. See ‘Details’.
data
x
Ignored.
A new topo-class object.
Other things related to topo data: [[,topo-method, [[<-,topo-method, as.topo, download.topo, plot,topo-method, read.topo, summary,topo-method, topo-class, topoInterpolate, topoWorld
[[,topo-method
[[<-,topo-method
as.topo
download.topo
plot,topo-method
read.topo
summary,topo-method
topoInterpolate
topoWorld
# NOT RUN { ## northern hemisphere library(oce) data(topoWorld) plot(subset(topoWorld, latitude > 0)) # }
Run the code above in your browser using DataLab