plotworldmap: Plot World Map with UTM sections

plotworldmapR 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, 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

Value

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 )


GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.