summary.topo {oce}R Documentation

Summarize a topography data object

Description

Summarizes some of the data in an topo object.

Usage

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

Arguments

object A topo object, e.g. as read by read.topo.
... passed to children.

Details

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

Value

NULL

Author(s)

Dan Kelley

See Also

A topo object may be read with read.topo.

Examples

library(oce)
data(topo.maritimes)
summary(topo.maritimes)

[Package oce version 0.1-76 Index]