R/mercatorlat.R

Defines functions mercatorlat

Documented in mercatorlat

# computes the factor of the latitudes for the mercator projection
# Rummler 2002
# Author: Fraenzi Korner, 2004, www.oikostat.ch
mercatorlat<-function(x) {
##Funktion aus Rummler 2002, Elem. Math.
log(tan(pi/4+x*pi/360))
}

Try the birdring package in your browser

Any scripts or data that you put into this service are public.

birdring documentation built on Oct. 7, 2023, 5:07 p.m.