locworld function

Locate points in worlmap

Locate points in worlmap

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

Arguments

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

Returns

  • 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)
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links