Skip to contents

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

Usage

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

Arguments

object

A topo object.

...

Further arguments passed to or from other methods.

Value

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

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

Author

Dan Kelley

Examples

library(oce)
data(topoWorld)
summary(topoWorld)
#> 
#> Topo dataset
#> ------------
#> * Source:           ./topo_180W_180E_90S_90N_30min_netcdf.nc 
#> * Data Overview
#> 
#>                    Min.    Mean    Max.   Dim.      NAs OriginalName
#>     longitude [°N] -179.75 0       179.75 720       0   "lon"       
#>     latitude [°E]  -89.75  0       89.75  360       0   "lat"       
#>     z [m]          -10471  -1892.3 6147   "720x360" 0   "Band1"     
#> 
#> * Processing Log
#> 
#>     - 2019-05-21 12:55:46 UTC: `create 'topo' object`
#>     - 2019-05-21 12:55:46 UTC: `as.topo(longitude = longitude, latitude = latitude, z = z, filename = file)`
#>     - 2019-05-21 12:55:46 UTC: `read.topo(file = topoFile, debug = 5)`