R/polaraxis.R

Defines functions polaraxis

Documented in polaraxis

polaraxis <-
function(rp = 6371, at = 0:17 * 20){
  text( sin(at * pi/180) * rp * 1.1, cos(at * pi/180) * rp * 1.1, at)
}

Try the TauP.R package in your browser

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

TauP.R documentation built on May 2, 2019, 3:25 a.m.