SeriesTools             package:fSeries             R Documentation

_f_S_e_r_i_e_s _T_o_o_l_s

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

     Popups the example menu and starts or continues the example  and
     demo programs. 

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

     xmpfSeries()
     xmpSeries(prompt = "")

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

  prompt: the string printed when prompting the user for input.  

_D_e_t_a_i_l_s:

     The example in the manual pages may be interactive and ask for
     input from the user. To achieve this you have to type on the
     command line: 'xmpSeries = readline'

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

     'xmpfSeries' 
      Popups the example menu. 

     'xmpSeries' 
      Nothing, the default, or the the prompt if you have set
     'xmpSeries = readline' on the command prompt.

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

     Diethelm Wuertz for the Rmetrics R-port.

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

     ### SOURCE("fBasics.xmpTools")

     ## Not run: 
     ## xmpfSeries -
        # Popup the examples menu:
        xmpfSeries()
     ## End(Not run)

