Learn R Programming

GEOmap (version 2.1)

locworld: 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

  • lonlongitudes
  • latlatitudes
  • LONlongitudes
  • LATlatitudes
  • utmboxUTM box list(lat, lon)
  • xUTM x-coordinates
  • yUTM y-coordinates
  • UTM0utm origin for projection list(phi, lam)
  • shiftlonrotate map by degrees

See Also

plotworldmap

Examples

Run this code
###  this program is interactive....
library(geomapdata)

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

Run the code above in your browser using DataLab