IBTSNeAtl_map_porc: Function IBTSNeAtl_map_porc plots the map with only Porcupine

View source: R/IBTSNeAtl_map_Porc.R

IBTSNeAtl_map_porcR Documentation

Function IBTSNeAtl_map_porc plots the map with only Porcupine

Description

Produces a map from the shapefiles that define the IBTSNeAtl solo Porcupine

Usage

IBTSNeAtl_map_porc(
  nl = 54.5,
  sl = 50.5,
  xlims = c(-15.5, -8.5),
  leg = FALSE,
  es = FALSE,
  places = T,
  cex.leg = 0.7,
  dens = 30,
  ICESdiv = TRUE,
  ICESrect = FALSE,
  bathy = TRUE,
  out = "def",
  nfile = "NeAtlIBTS_map_porc",
  lwdl = 0.1,
  load = TRUE,
  shpdir = "c:/GitHubRs/shapes/"
)

Arguments

nl

= 54.5 northernmost limit of the map

sl

= 50.5 Southernmost limit of the map

leg

= TRUE if TRUE includes the legend with the colors of the surveys

es

= F if F letreros en inglés si T en español

places

=T if T incluye letreros de Irlanda y Galway

cex.leg

= .7 Size of the legend

dens

= 30 density of the shading lines for all the surveys

ICESdiv

= TRUE if TRUE plots the IBTS divisions behind the shapefiles

ICESrect

= FALSE if TRUE plots the lines of the ICES statistic rectangles

bathy

= TRUE if TRUE plots the isobaths under the behind the shapefiles

out

= format of the output, can be "def" default device, "pdf", "tiff" or "png"

nfile

= name for the output file

load

= T or F to load all the shapes files

shpdir

= path to the folder with the shapefiles

Examples

IBTSNeAtl_map_porc(out="def",dens=0,leg=F,ICESrect = T);text(stat_y~stat_x,Area,labels=ICESNAME,cex=.8,font=4);text(stat_y~stat_x,Area,labels=Area,cex=.6,pos=1,col=2) 

Franvgls/NeAtlIBTS documentation built on June 13, 2022, 6:26 p.m.