library(geomapdata)
data(worldmap)
data(ETOPO5)
### this is in interactive mode with plotworldmap:
DOTOPOMAPI(TOPO=ETOPO5, themap=worldmap, shiftlon=180)
## select a small region, like the boot heel of italy
########### italy:
Alocat = list(
lon=c(11.55842, 18.92308),
lat=c(35.71026, 47.05730),
LON=c(11.55842, 18.92308),
LAT=c(35.71026, 47.05730),
utmbox=list(x=32, y="S", lon=6,lat=32),
x=c(191.5584, 198.9231),
y=c(35.71026, 47.05730),
UTM0=list(lam=9,phi=36),
shiftlon=180)
DOTOPOMAPI(TOPO=ETOPO5, themap=worldmap, ALOC=Alocat, shiftlon=180)
Run the code above in your browser using DataLab