Usage
world(ylim=c(-90, 90), xlim=c(-180, 180), add=FALSE, asp = 1,
xlab = "", ylab = "", xaxt = "n", yaxt = "n", eps=.1,
shift=FALSE,...)
Arguments
add
logical; if true will add the world map to current plot.
asp
aspect ratio used if add
is false, see
plot.default
.
xlab,ylab
labels for x- and y-axis; empty by default.
xaxt,yaxt
axis type for x- and y-axis; empty by default.
eps
Tolerance to decide when to insert line break about 0 if
map is to be shifted. (leave this at .1)
shift
If TRUE shifts to be centered on the Dateline and
longitude runs from 0 to 360. If FALSE centers on Prime Meridian and
longitude runs
from -180 to 180.
...
These are graphical arguments that are passed to the
lines
(and plot
if add
is false)
function that draws the outline.