SOmanagement: Southern Ocean management map layers

Description Usage Arguments Value Examples

Description

Function for adding management layers to SOmap

Usage

1
2
3
4
5
6
7
8
SOmanagement(CCAMLR = FALSE, CCAMLRlab = FALSE, SSRU = FALSE,
  SSRUlab = FALSE, SSMU = FALSE, SSMUlab = FALSE, RB = FALSE,
  RBlab = FALSE, SPRFMORB = FALSE, Trim = -45, EEZ = FALSE,
  EEZlab = FALSE, MPA = FALSE, MPAlab = FALSE, IWC = FALSE,
  IWClab = FALSE, Domains = FALSE, Domainslab = FALSE,
  rbcol = "green", sprfmocol = "grey50", ccamlrcol = "red",
  ssrucol = "grey50", ssmucol = "grey70", eezcol = "maroon",
  mpacol = "yellow", iwccol = "blue", domcol = "magenta")

Arguments

CCAMLR

Insert the CCAMLR boundaries.

CCAMLRlab

Insert the CCAMLR labels.

SSRU

Insert the CCAMLR small scale research unit boundaries.

SSRUlab

Insert the CCAMLR small scale research unit labels.

SSMU

Insert the CCAMLR small scale management unit boundaries.

SSMUlab

Insert the CCAMLR small scale management unit labels.

RB

Insert the CCAMLR research block boundaries.

RBlab

Insert the CCAMLR research block labels.

SPRFMORB

Insert the SPRFMO toothfish research block boundaries.

Trim

Longitude to trim map to.

EEZ

Insert Exclusive Economic Zones.

EEZlab

Insert Exclusive Economic Zone labels.

MPA

Insert CCAMLR Marine Protected Areas.

MPAlab

Insert CCAMLR Marine Protected Area labels.

IWC

Insert International Whaling Commission boundaries.

IWClab

Insert International Whaling Commission labels.

Domains

Insert CCAMLR Marine Protected Area planning Domains.

Domainslab

Insert CCAMLR Marine Protected Area planning Domains labels.

rbcol

Color for CCAMLR research blocks.

sprfmocol

Color for SPRFMO toothfish research blocks

ccamlrcol

Color for CCAMLR boundaries

ssrucol

Color for CCAMLR small scale research units.

ssmucol

Color for CCAMLR small scale management units.

eezcol

Color for Exclusive Economic Zone boundaries; Default is maroon.

mpacol

Color for CCAMLR Marine Protected Areas; Default is yellow.

iwccol

Color for IWC boundaries; Default is blue.

domcol

Color for the Domain boundaries. Default is magenta.

Value

Produces at the very base a round bathymetry map of the southern hemisphere.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
tfile <- tempfile("SOmap", fileext = ".png")
png(tfile, width=22, height=20, units='cm', res=600)
SOmap(Trim=-45)
SOmanagement(CCAMLR=T, CCAMLRlab=T, Trim=-45)
dev.off()
unlink(tfile)
  SOmap(Trim = -45)
  SOmanagement(CCAMLR = TRUE, CCAMLRlab = TRUE, Trim = -45)

## End(Not run)

mdsumner/NOmap documentation built on May 13, 2019, 11:26 a.m.