| world {fields} | R Documentation |
Plots quickly, medium resolution outlines of large land masses and bodies of water.
world(ylim=c(-90, 90), xlim=c(-180, 180), add=F, ...)
ylim |
range of latitudes |
xlim |
range of longitudes |
add |
If true will add the world map to current plot |
... |
These are graphical arguments that are passed to the lines function that draws outline. |
This function uses the FIELDS dataset world.dat for the coordinates.
# Draw map in device color # 2 world( col=3)