Learn R Programming

GEOmap (version 2.1)

plotworldmap: Plot World Map with UTM sections

Description

Plot World Map with UTM sections

Usage

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

Arguments

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

Value

  • Graphical Side Effects

See Also

plotGEOmap, plotGEOmapXY

Examples

Run this code
library(geomapdata)
data(worldmap)
plotworldmap(worldmap)

Run the code above in your browser using DataLab