plotworldmap function

Plot World Map with UTM sections

Plot World Map with UTM sections

plotworldmap(MAP, LIM = c(-180, -90, 180, 90), shiftlon = 0, add = TRUE, NUMB = FALSE, PLOTALL=TRUE, Decorate=FALSE , ...)

Arguments

  • MAP: GEOmap structure
  • LIM: 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 plot
  • NUMB: logical, add numbers to plot
  • PLOTALL: logical, plot all strokes, do not select
  • Decorate: logical, add UTM regional designations
  • ...: grpahical parameters from par

Returns

Graphical Side Effects

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotGEOmap, plotGEOmapXY

Examples

library(geomapdata) data(worldmap) plotworldmap(worldmap) ### restrict to North Atlantic: plotworldmap(worldmap, LIM = c(0, 0, 120, 90), shiftlon=250, PLOTALL=TRUE, Decorate=FALSE )
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links