Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RoundAndRound (version 0.0.1)

Status.planet: 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

Run this code
# 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