bcBathymetry | R Documentation |
Bathymetry data spanning British Columbia's coast.
data(bcBathymetry)
Three-element list: x
= vector of horizontal grid line
locations, y
= vector of vertical grid line locations, z
= (x
by y
) matrix containing water depths measured in
meters. Positive values indicate distance below sea level and
negative values above it.
The functions 'graphics::contour'
and 'grDevices::contourLines'
expect data in this format.
Function convCP
converts the output from 'grDevices::contourLines'
into a PolySet.
In R, the data must be loaded using the 'utils::data'
function.
Nicholas M. Boers, Staff Software Engineer
Jobber, Edmonton AB
Maintainer: Rowan Haigh, Program Head – Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Regional Headquarters, Vancouver BC
Last modified Rd: 2022-07-07
Bathymetry data acquired from the Scripps Institution of Oceanography at the University of San Diego.
Using their online form, we requested bathymetry data for the complete
nepacLL
region.
At forty megabytes, the data were not suitable for distribution in our mapping package.
Therefore, we reduced the data to the range -140^\circ \le x \le -122^\circ
and 47^\circ \le y \le 61^\circ
.
Smith, W.H.F. and Sandwell, D.T. (1997)
Global seafloor topography from satellite altimetry and ship depth soundings.
Science 277, 1957-1962.
Website: https://topex.ucsd.edu/WWW_html/mar_topo.html
In package graphics:
contour
In package grDevices:
contourLines
In package PBSmapping:
convCP
,
nepacLL
,
nepacLLhigh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.