Learn R Programming

oce (version 0.8-3)

topoMaritimes: Topographic dataset, showing Maritime region of Canada

Description

Topography of the Gulf of St Lawrence region, including portions of the Canadian provinces known as the Maritimes, as well as Newfoundland.

Usage

data(topoMaritimes)

Arguments

source

The dataset was downloaded in late 2008 from the NOAA website, with a longitude box from 70W to 55W and a latitude box from 43N to 53N, using the ETOPO1 database, which has 1-minute resolution in latitude and longitude, and 0.1m resolution in the vertical. The data were downloaded with an ascii header and ascii-raster format, so that read.topo could handle the resultant downloaded file without modification, as shown below. library(oce) topoMaritimes <- read.topo("topoMaritimes.asc")

References

http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html

See Also

Files may be read with read.topo, summarized with summary.topo, and plotted with plot.topo.