powered by
Status.planet
Calculate the status of planet Status.planet
Status.planet(t, p.orb, ab = 1, r.orb = 1, orig = c(0, 0))
Time (day).
Orbital Period.
Semi-major over semi-minor. ab=1 for a Ring.
Radius of the orbit.
Reference orgin.
(x,y) in Cartesian Coordinate System.
# NOT RUN { tday = seq(0, 365, 30) x=Status.planet(t=tday, p.orb = 365, r.orb=10) plot(PCS2CCS(0:360, a=10), type='l') plotplanet(orig=x[,-1], rad = .51) grid() # }
Run the code above in your browser using DataLab