oce (version 1.8-2)

summary,topo-method: Summarize a topo Object

Description

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

Usage

# S4 method for topo
summary(object, ...)

Value

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

Arguments

object

A topo object.

...

Further arguments passed to or from other methods.

Author

Dan Kelley

See Also

Other things related to topo data: [[,topo-method, [[<-,topo-method, as.topo(), download.topo(), plot,topo-method, read.topo(), subset,topo-method, topo-class, topoInterpolate(), topoWorld

Examples

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

Run the code above in your browser using DataLab