locworld {GEOmap}R Documentation

Locate points in worlmap

Description

Locate points in worlmap

Usage

locworld(shiftlon = 0, col = "brown", n = 2)

Arguments

shiftlon rotate map by degrees
col color of points
n number of points

Value

lon longitudes
lat latitudes
LON longitudes
LAT latitudes
utmbox UTM box list(lat, lon)
x UTM x-coordinates
y UTM y-coordinates
UTM0 utm origin for projection list(phi, lam)
shiftlon rotate map by degrees

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotworldmap

Examples


###  this program is interactive....
## Not run: 

library(geomapdata)

data(worldmap)
plotworldmap(worldmap)
locworld(shiftlon = 0, col = "brown", n = 2)
## End(Not run)


[Package GEOmap version 1.4-0 Index]