Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bcBathymetry

Data: Bathymetry Spanning British Columbia's Coast


Description

Bathymetry data spanning British Columbia's coast.

Usage

data(bcBathymetry)

Format

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.

Note

In R, the data must be loaded using the 'utils::data' function.

Author(s)

Nicholas M. Boers, Associate Professor – Computer Science
MacEwan University, Edmonton AB

Maintainer: Rowan Haigh, Program Head – Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Institute of Ocean Sciences (IOS), Sidney BC
Last modified Rd: 2021-01-11

Source

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 <= x <= -122 degrees and 47 <= y <= 61 degrees.

References

See Also

In package graphics:
contour
In package grDevices:
contourLines
In package PBSmapping:
convCP, nepacLL, nepacLLhigh


PBSmapping

Mapping Fisheries Data and Spatial Analysis Tools

v2.73.0
GPL (>= 2)
Authors
Jon T. Schnute [aut], Nicholas Boers [aut], Rowan Haigh [aut, cre], Alex Couture-Beil [ctb], Denis Chabot [ctb], Chris Grandin [ctb], Angus Johnson [ctb], Paul Wessel [ctb], Franklin Antonio [ctb], Nicholas J. Lewin-Koh [ctb], Roger Bivand [ctb]
Initial release
2021-01-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.