FLQuants               package:FLCore               R Documentation

_C_l_a_s_s _F_L_Q_u_a_n_t_s

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

     'FLQuants' is a class that extends 'list' through 'FLlst' but
     implements a set of features that give a little bit more structure
     to list objects. The elements of 'FLQuants' must all be of class
     'FLQuant'. It implements a lock mechanism that, when turned on,
     does not allow the user to increase or decrease the object length.

_S_l_o_t_s:


     ._D_a_t_a The data. 'list'.

     _n_a_m_e_s Names of the list elements. 'character'.

     _d_e_s_c Description of the object. 'character'.

     _l_o_c_k Lock mechanism, if turned on the length of the list can not
          be modified by adding or removing elements. 'logical'.

_E_x_t_e_n_d_s:


          FLlst list

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


     *(_b_a_s_e) : Describe method

      ' signature(e1=FLQuants,e2=FLQuants) '

     _A_r_i_t_h(_b_a_s_e) : Describe method

      ' signature(e1=FLQuants,e2=FLQuants) '

     _a_s._d_a_t_a._f_r_a_m_e(_b_a_s_e) : Describe method

      ' signature(x=FLQuants,row.names=missing,optional=missing) '

     _b_u_b_b_l_e_s(_F_L_C_o_r_e) : Describe method

      ' signature(x=formula,data=FLQuants) '

     _c_a_t_c_h<-(_F_L_C_o_r_e) : Describe method

      ' signature(object=FLStock,value=FLQuants) '

     _i_t_e_r(_F_L_C_o_r_e) : Describe method

      ' signature(object=missing) '

     _m_o_d_e_l._f_r_a_m_e(_s_t_a_t_s) : Describe method

      ' signature(formula=missing) '

     _s_h_o_w(_m_e_t_h_o_d_s) : Describe method

      ' signature(object=missing) '

     _s_u_m_m_a_r_y(_b_a_s_e) : Describe method

      ' signature(object=missing) '

     _x_y_p_l_o_t(_l_a_t_t_i_c_e) : Describe method

      ' signature(x=formula,data=FLQuants) '

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

     The FLR Team

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

     *, Arith, as.data.frame, bubbles, catch<-, iter, model.frame,
     show, summary, xyplot, FLlst, list

