PlotSailForce:

--------------------------------------------------------------------------
   Plot the solar sail disturbance forces from the force structure.
   (1) plot the force vector in 3D in a rotating sun-referenced frame
   (2) plot the time history of the total force in the inertial frame
   (3) plot the time history of the solar pressure force in the inertial frame
   (4) plot the cone and clock angles for the total force
   See also SailDisturbance.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   PlotSailForce( f, p, env, c )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   f     (:)     Force data structure
   p     (:)     Profile data structure
   env   (:)     Environment data structure
   c     (1)     Flag for sign convention of rotating frame, optional

   -------
   Outputs
   -------
   None.

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

Children:

Common: Graphics/AddAxes
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/TimeLabl
Common: Quaternion/QForm
Math: Linear/Unit
Sail: Coordinates/QSail
Sail: Coordinates/UToConeClock