Learn R Programming

oce (version 0.9-18)

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)

Arguments

object
an object of class "topo", usually, a result of a call to read.topo or read.oce.
...
further arguments passed to or from other methods.

Value

  • A matrix containing statistics of the elements of the data slot.

Details

Pertinent summary information is presented, including the longitude and latitude 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