summary.topo {oce} | R Documentation |
Summarizes some of the data in an topo
object.
## S3 method for class 'topo': summary(object, ...) ## S3 method for class 'summary.topo': print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "topo" , usually, a result of a
call to read.topo or read.oce . |
x |
an object of class "summary.topo" , usually, a result
of a call to summary.topo . |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the latitude and longitude range, and the range of elevation.
An object of class "summary.lobo"
, which contains
pertinent information about the Lobo record and its processing.
Dan Kelley
A topo
object may be read with read.topo
.
library(oce) data(topo.maritimes) summary(topo.maritimes)