Learn R Programming

GEOmap (version 2.1)

ortho.proj: Orthogonal Map Projection

Description

Orthogonal Map Projection

Usage

ortho.proj(lat, lon, lon0, lat1, R)

Arguments

lat
latitude, degrees
lon
longitude, degrees
lon0
view origin longitude, degrees
lat1
view origin latitude, degrees
R
Radius of sphere, default=1

Value

  • list
  • xx, coordinate in units of R
  • yy, coordinate in units of R

Details

Assumes spherical globe. This function is not part of the normal GEOmap plotting routines.

References

Snyder, John P., Map Projections- a working manual, USGS, Professional Paper, 1987.

See Also

GLOBE.ORTH, setPROJ, projtype

Examples

Run this code
olat = 0
         olon = 0

          tlat = 23
         tlon = 30
R = 1
ortho.proj(tlat, tlon, olon, olat, R)

Run the code above in your browser using DataLab