EarthMoon:

--------------------------------------------------------------------------
   Plot an orbit track in the Earth/Moon System.
   The plots are in the ECI frame. Has a built-in demo for an orbit with an 
   apogee of 400,000 km, a perigee of 7000 km, and a duration of 5 days.
   See also MoonV1, MoonEl.
--------------------------------------------------------------------------
   Forms:
   EarthMoon( r, jD, scale, rMoon )
   EarthMoon( elements, jD, scale, rMoon )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r                (3,:) ECI position vectors (km) -or-
                    (1,6) elements
   jD               (:)   Julian dates
   scale            (1,2) Planet scale (optional, default is [1 1])
   rMoon            (3,:) Moon position

   -------
   Outputs
   -------
   none                  

--------------------------------------------------------------------------

Children:

Common: Graphics/Axis3D
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/JD2000
Orbit: OrbitCoord/RPRA2AE
Orbit: OrbitMechanics/RVOrbGen
SC: Ephem/MoonEl