Description Usage Arguments Value Examples
Get the starting angle of an orbit relative to its parent
| 1 | get_initial_theta(orbit)
 | 
| orbit | Object of class orbit | 
Angle in radians
| 1 2 3 | orbit_base <- define_orbit(c(25, 0), 1000)
orbit2 <- define_orbit(c(8, 8), 100, parent_orbit = orbit_base)
get_initial_theta(orbit2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.