Learn R Programming

GEOmap (version 2.1)

gclc: Global to local coordinates

Description

OLD projection sometimes used in Lees' tomography. No need for projection data, it is included in the code.

Usage

gclc(phiorg, lamorg, phi, lam)

Arguments

phiorg
lat origin
lamorg
lon origin
phi
lat
lam
lon

Value

  • xcoordinate, km
  • ycoordinate, km

Details

This may be defunct now.

See Also

lcgc

Examples

Run this code
gclc(23, 35, 23.5, 35.6)

Run the code above in your browser using DataLab