summary.topo {oce} | R Documentation |
Summarizes some of the data in an topo
object.
## S4 method for signature 'topo' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the longitude and latitude range, and the range of elevation.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
A topo
object may be read with read.topo
.
library(oce) data(topoWorld) summary(topoWorld)