Plot World Map with UTM sections
plotworldmap(MAP, LIM = c(-180, -90, 180, 90), shiftlon = 0, add = TRUE, NUMB = FALSE, PLOTALL=TRUE, Decorate=FALSE , ...)
MAP
: GEOmap structureLIM
: Vector of limits c(lon1, lat1, lon2, lat2)shiftlon
: Rotate map by degrees longitude (must adjust the LIM vector accordingly, see example below)add
: logical, TRUE=add to current plotNUMB
: logical, add numbers to plotPLOTALL
: logical, plot all strokes, do not selectDecorate
: logical, add UTM regional designations...
: grpahical parameters from parGraphical Side Effects
Jonathan M. Lees<jonathan.lees.edu>
plotGEOmap, plotGEOmapXY
library(geomapdata) data(worldmap) plotworldmap(worldmap) ### restrict to North Atlantic: plotworldmap(worldmap, LIM = c(0, 0, 120, 90), shiftlon=250, PLOTALL=TRUE, Decorate=FALSE )
Useful links