Status.planet {RoundAndRound} | R Documentation |
Calculate the status of planet
Status.planet
Description
Calculate the status of planet
Status.planet
Usage
Status.planet(t, p.orb, ab = 1, r.orb = 1, orig = c(0, 0))
Arguments
t |
Time (day). |
p.orb |
Orbital Period. |
ab |
Semi-major over semi-minor. ab=1 for a Ring. |
r.orb |
Radius of the orbit. |
orig |
Reference orgin. |
Value
(x,y) in Cartesian Coordinate System.
Examples
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()
[Package RoundAndRound version 0.0.1 Index]