Usage
draw.map(a=-10, b=30, c=23, d=65, bbox=NULL, fill = TRUE, col.land = grey(0.5),
col.water = "white", border = NA, detail = FALSE, box = TRUE, axes = FALSE,
las = 1, cex.axis = 0.8, dist.axislab = 0.2, whichaxis = c(1:4), tck = -0.005,
mercator = FALSE, mar = rep(0.5, 4), asp=NA)
Arguments
a
left edge of the map (longitude), can be used alternatively to the argument bbox
b
right edge of the map (longitude), can be used alternatively to the argument bbox
c
lower edge of the map (latitude), can be used alternatively to the argument bbox
d
upper edge of the map (latitude), can be used alternatively to the argument bbox
bbox
a numeric vector giving the map boundary in decimal degrees as
c(long_min, long_max, lat_min, lat_max),
can be used alternatively to the arguments a, b, c, and d.
fill
logical value, TRUE = land and water masses are filled with a color
col.land
color of the land
col.water
color of the water
border
color of the coastline, NA = no coastline is drawn
detail
if TRUE: an alternative way to draw coastlines
box
logical, TRUE = a box is drawn around the map
axes
logical, indicates whether axis should be drawn
dist.axislab
distance from the axis to the axis labels
whichaxis
vector of length 1 to 4 containing the axis that should be drawn, default is
c(1,2,3,4), i.e. all axes
mercator
logical, if TRUE a mercator projection is plotted. see details below
asp
if set to 1 x and y axes are scaled equally (not recommended if
mercator=TRUE), see par