ReturnSeriesGUI           package:fBasics           R Documentation

_R_e_t_u_r_n _S_e_r_i_e_s _P_l_o_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     A graphical user interface to display finanical time series plots. 

     List of Functions:

       'returnSeriesGUI'  Opens a GUI for return series plots.

_U_s_a_g_e:

      
     returnSeriesGUI(x)

_A_r_g_u_m_e_n_t_s:

       x: an object of class '"timeSeries"' or any other object which
          can be transformed by the function 'as.timeSeries' into an
          object of class 'timeSeries'. The latter case, other then
          'timeSeries' objects, is more or less untested. 

_V_a_l_u_e:

     'returnSeriesGUI' 
      For the 'returnSeriesGUI' function, beside the graphical user
     interface no values are returned.

_A_u_t_h_o_r(_s):

     Diethelm Wuertz for the Rmetrics R-port.

_E_x_a_m_p_l_e_s:

     ## 

