powered by
Plot World Map with UTM sections
plotworldmap(MAP, LIM = c(-180, -90, 180, 90), shiftlon = 0, add = TRUE, NUMB = FALSE, PLOTALL=TRUE, Decorate=FALSE , ...)
Graphical Side Effects
GEOmap structure
Vector of limits c(lon1, lat1, lon2, lat2)
Rotate map by degrees longitude (must adjust the LIM vector accordingly, see example below)
logical, TRUE=add to current plot
logical, add numbers to plot
logical, plot all strokes, do not select
logical, add UTM regional designations
grpahical parameters from par
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 )
Run the code above in your browser using DataLab