- 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
- las
see par
- cex.axis
see par
- 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
- tck
see par
- mercator
logical, if TRUE a mercator projection is plotted. see details below
- mar
see par
- asp
if set to 1 x and y axes are scaled equally (not recommended if
mercator=TRUE), see par