range                 package:FLCore                 R Documentation

_M_e_t_h_o_d _r_a_n_g_e

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

     Extraction and modification of the _range_ slot from objects of
     any class inheriting from 'FLComp-class'.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     range(x, i)  range<-(x, i, value)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_x=_F_L_C_o_m_p, _i=_m_i_s_s_i_n_g) : Returns the _range_ slot.

      _s_i_g_n_a_t_u_r_e(_x=_F_L_C_o_m_p, _i=_c_h_a_r_a_c_t_e_r) : Returns the selected
          element(s) from the _range_ slot.

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

     The FLR Team

_S_e_e _A_l_s_o:

     FLComp

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

     # example FLStock
     data(ple4)

     range(ple4)

     range(ple4, 'plusgroup')

     range(ple4, 'plusgroup') <- 14

