Learn R Programming

GEOmap (version 2.5-11)

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, PLOTALL=TRUE, Decorate=FALSE , ...)

Value

Graphical Side Effects

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

Author

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotGEOmap, plotGEOmapXY

Examples

Run this code
library(geomapdata)
data(worldmap)
plotworldmap(worldmap)
### restrict to North Atlantic:
plotworldmap(worldmap, LIM = c(0, 0, 120, 90), shiftlon=250, PLOTALL=TRUE, Decorate=FALSE )

Run the code above in your browser using DataLab