draw.rect | R Documentation |
Draw ICES rectangles in an existing map and add axis labels to the top and righ axes. ICES statistical rectangles (https://www.ices.dk) are rectangles of 1 degree longitude x 0.5 degrees latitude. They are used for reporting of fishinge effort and landings.
draw.rect(col = "grey", lty = 2, ...)
col |
colour of the lines, defaults to "grey". |
lty |
line type, defaults to 2. |
... |
any other arguments to be passed to |
Hans Gerritsen
basemap
xlim <- c(-15,0)
ylim <- c(50,56)
basemap(xlim, ylim)
draw.rect()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.