plotworldmap {GEOmap} | R Documentation |
Plot World Map with UTM sections
plotworldmap(MAP, LIM = c(-180, -90, 180, 90), shiftlon = 0, add = TRUE, NUMB = FALSE, ...)
MAP |
GEOmap structure |
LIM |
vector of limits c(lon1, lat1, lon2, lat2) |
shiftlon |
rotate map by degrees |
add |
logical, TRUE=add to current plot |
NUMB |
logical, add numbers to plot |
... |
grpahical parameters from par |
Graphical Side Effects
Jonathan M. Lees<jonathan.lees.edu>
plotGEOmap, plotGEOmapXY
library(geomapdata) data(worldmap) plotworldmap(worldmap)