plot_BC: Map for BC coast, adapted from an example in Rowan Haigh's...

View source: R/iphc-maps.R

plot_BCR Documentation

Map for BC coast, adapted from an example in Rowan Haigh's TESA course

Description

Map for BC coast, adapted from an example in Rowan Haigh's TESA course

Usage

plot_BC(
  xlim = c(-134, -123),
  ylim = c(48, 55.4),
  zlev = seq(200, 1200, 200),
  showBathymetry = FALSE,
  ...
)

Arguments

xlim

range of x (longitude)

ylim

range of y (latitude)

zlev

depth contours to show

showBathymetry

if TRUE then show bathymetry contours

...

other arguments to PBSmapping::plotMap() or PBSmapping::addLines()

Value

Map of BC land and sea

Author(s)

Andrew Edwards

Examples

## Not run: 
#

## End(Not run)

pbs-assess/gfiphc documentation built on July 4, 2023, 1:13 p.m.