Learn R Programming

GEOmap (version 2.5-11)

locworld: Locate points in worlmap

Description

Locate points in worlmap

Usage

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

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

Arguments

shiftlon

rotate map by degrees

col

color of points

n

number of points

Author

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotworldmap

Examples

Run this code

###  this program is interactive....
if (FALSE) {

library(geomapdata)

data(worldmap)
plotworldmap(worldmap)
locworld(shiftlon = 0, col = "brown", n = 2)
}

Run the code above in your browser using DataLab