View source: R/IBTSNeAtl_map_Porc.R
IBTSNeAtl_map_porc | R Documentation |
Produces a map from the shapefiles that define the IBTSNeAtl solo Porcupine
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/"
)
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 |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.