FLArray                package:FLCore                R Documentation

_C_l_a_s_s _F_L_A_r_r_a_y

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

     A basic class, extended by 'FLQuant-class' and 'FLCohort-class'.
     No objects of this class are created in FLCore, as it is used only
     for method inheritance.

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


     ._D_a_t_a ('_a_r_r_a_y'): Internal S4 data representation.

     _u_n_i_t_s ('_c_h_a_r_a_c_t_e_r'): The data units in some understandable metric.

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


          array matrix vector

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


     [(_b_a_s_e) : Subset method

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

     [<-(_b_a_s_e) : Substitute elements

      ' signature(x=FLArray,i=ANY,j=ANY,value=missing) '

     _u_n_i_t_s(_b_a_s_e) : Extract the information about data units.

      ' signature(x=FLArray) '

     _u_n_i_t_s<-(_b_a_s_e) : Replace data units information.

      ' signature(x=FLArray,value=character) '

     _q_u_a_n_t(_F_L_C_o_r_e) : Extract the name of the first dimname.

      ' signature(object=FLArray) '

     _q_u_a_n_t<-(_F_L_C_o_r_e) : Modify the name of the first dimname.

      ' signature(object=FLArray,value=character) '

     _n_a_m_e_s(_b_a_s_e) : Returns a vector with the names of the elements in
          the dimnames list (the dimnames\' names).

      ' signature(x=FLArray) '

     _i_t_e_r(_F_L_C_o_r_e) : Returns a single _iter_, subsetting along the sixth
          dimension 

      ' signature(object=FLArray, iter=numeric) '

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

      ' signature(object=FLArray) '

     _s_h_o_w(_m_e_t_h_o_d_s) : Standard display of an object contents

      ' signature(object=FLArray) '

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

      ' signature(x=FLArray) '

     _e_x_p_a_n_d(_F_L_C_o_r_e) : Extend an object along any dimension

      ' signature(x=FLArray) '

     _A_r_i_t_h(_b_a_s_e) : Arithmetic operations on FLArray and numeric objects

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

     _a_s._d_a_t_a._f_r_a_m_e(_b_a_s_e) : Convert to a data.frame with 7 columns

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

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

     The FLR Team

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

     'FLQuant-class', 'FLCohort-class'

