R/uranus.R

`uranus` <-
function (jday=jd()) 
{
        planet(jday,
		name="Uranus",
		inner=FALSE,
		tp = 84.039492,
		ep = 271.063148,
		oo = 172.884833,
		e = 0.046321,
		a = 19.21814,
		i = 0.773059,
		om = 73.926961,
		th = 65.80,
		mag = -7.19);
}

Try the moonsun package in your browser

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

moonsun documentation built on May 29, 2017, 12:17 p.m.