summary.topo {oce} | R Documentation |
Summarizes some of the data in an topo
object.
## S3 method for class 'topo': summary(object, ...)
object |
A topo object, e.g. as read by read.topo . |
... |
passed to children. |
Pertinent summary information is presented, including the latitude and longitude range, and the range of elevation.
NULL
Dan Kelley
A topo
object may be read with read.topo
.
library(oce) data(topo.maritimes) summary(topo.maritimes)