Learn R Programming

oce (version 0.2-1)

summary.topo: Summarize a topography data object

Description

Summarizes some of the data in an topo object.

Usage

## S3 method for class 'topo':
summary(object, \dots)

## S3 method for class 'summary.topo': print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

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.

Value

  • An object of class "summary.lobo", which contains pertinent information about the Lobo record and its processing.

Details

Pertinent summary information is presented, including the latitude and longitude range, and the range of elevation.

See Also

A topo object may be read with read.topo.

Examples

Run this code
library(oce)
data(topoWorld)
summary(topoWorld)

Run the code above in your browser using DataLab