Plot2DTrajectory:

--------------------------------------------------------------------------
   Propagate and plot the planar trajectory.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [xF, xFErr] = Plot2DTrajectory( lambda, d, units, plotTitle  )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   lambda         (3,1)  Costates
   d              (1,1)  Structure to pass to fun
                         .costFun
                         .orbRate
                         .aU
                         .mu
                         .rF
                         .xF
   units          (1,:)  Units for position
   plotTitle      (1,:)  Title for the plot

   -------
   Outputs
   -------
   xF             (:,1)  Achieved State
   xFErr          (:,1)  State Error
   tF             (1,1)  Time of achieved state

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

Children:

Common: Database/Constant
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
SC: BasicOrbit/RV2El