map.f: Wrapper for the PBSmapping plotMap function

Description Usage Arguments

View source: R/plotting.helper.functions.r

Description

Make a map using PBSmapping

Usage

1
2
3
map.f(longs = c(-74, -50), lats = c(43, 52.25),
  land.colour = "sienna3", sea.colour = "lightblue", bathy = T,
  isob = c(100, 200))

Arguments

longs

longitude decimal degrees (- for western hemisphere)

lats

latitude decimal degrees (- for southern hemisphere)

bathy

do you want to show bathymetric lines. Default = T

isob

the depth of the isobaths you want to show

land.col

colour of the land

sea.col

colour of the oceans and water bodies


duplisea/ddhelper documentation built on Nov. 4, 2019, 11:04 a.m.