List of Projection types
List of Projection types in GEOMAP
projtype(proj=list())
proj
: Projection listJust returns possile choices.
Side Effects
Snyder, John P., Map Projections- a working manual, USGS, Professional Paper, 1987.
Jonathan M. Lees<jonathan.lees.edu>
setPROJ
projtype() proj = setPROJ(type = 1, LAT0 =23, LON0 = 35) projtype(proj) ## or, for Kamchatka-Aleutians LL=c(54.3861210149126,171.626386683545) PROJ = setPROJ(type=2, LAT0=LL[1], LON0=LL[2], LATS=NULL, LONS=NULL, DLAT=NULL, DLON=NULL, FN =0) projtype(PROJ)
Useful links