Learn R Programming

oce (version 0.1-76)

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
A topo object, e.g. as read by read.topo.
...
passed to children.

Value

  • NULL

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(topo.maritimes)
summary(topo.maritimes)

Run the code above in your browser using DataLab