FLComp                package:FLCore                R Documentation

_C_l_a_s_s _F_L_C_o_m_p

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

     A virtual class that forms the basis for most FLR classes compoed
     of slots of  class 'FLQuant-class'. No objects of this class can
     be constructed.

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


     _n_a_m_e ('_c_h_a_r_a_c_t_e_r'): Describe slot

     _d_e_s_c ('_c_h_a_r_a_c_t_e_r'): Describe slot

     _r_a_n_g_e ('_n_u_m_e_r_i_c'): Describe slot

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



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


     [(_b_a_s_e) : Subsetting

      ' signature(x=FLComp,i=ANY,j=ANY,drop=missing) '

     [<-(_b_a_s_e) : Replacement of individual elements

      ' signature(x=FLComp,i=ANY,j=ANY,value=FLComp) '

     _a_s._d_a_t_a._f_r_a_m_e(_b_a_s_e) : Convert into a 'data.frame'

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

     _i_t_e_r(_F_L_C_o_r_e) : Select a single iteration (sixth dimension)

      ' signature(object=FLComp) '

     _p_r_o_p_a_g_a_t_e(_F_L_C_o_r_e) : Extend along the sixth dimension

      ' signature(object=FLComp) '

     _q_a_p_p_l_y(_F_L_C_o_r_e) : Apply a given function over all FLQuant or
          FLCohort slots

      ' signature(X=FLComp,FUN=function) '

     _s_u_m_m_a_r_y(_b_a_s_e) : Print a summary of the object

      ' signature(object=FLComp) '

     _t_r_a_n_s_f_o_r_m(_b_a_s_e) : Substitutes individual slots

      'signature(_data=FLComp) '

     _t_r_i_m(_F_L_C_o_r_e) : Trims down object along any dimension

      ' signature(object=missing) '

     _u_n_i_t_s(_b_a_s_e) : Returns a list of units per slot

      ' signature(x=FLComp) '

     _u_n_i_t_s<-(_b_a_s_e) : Modifies the units attribute in one or more slots

      ' signature(x=FLComp,value=list) '

     _w_i_n_d_o_w(_s_t_a_t_s) : Selects and extends along the _year_ dimension

      ' signature(x=FLComp) '

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

     The FLR Team

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

     [, [<-, as.data.frame, iter, propagate, qapply, summary,
     transform, trim, units,FLComp-method, units<-,FLComp,list-method,
     window

