plotworldmap {GEOmap}R Documentation

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

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotGEOmap, plotGEOmapXY

Examples

library(geomapdata)
data(worldmap)
plotworldmap(worldmap)


[Package GEOmap version 1.4-0 Index]