R/venus.R

`venus` <-
function (jday=jd()) 
{
        planet(jday,
	  name="Venus",
	  inner=TRUE,
        tp = 0.615211,
        ep = 88.455855,
        oo = 131.430236,
        e = 0.006778,
        a = 0.723332,
        i = 3.394535,
        om = 76.589820,
	  th = 16.92,
	  mag = -4.40);


}

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.