FLCatches               package:FLCore               R Documentation

_M_e_t_h_o_d _F_L_C_a_t_c_h_e_s

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

     Creator method for FLCatches object

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

     FLCatches(object)

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


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_A_N_Y) : create a FLMetiers object from a set of
          FLMetier objects

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_m_i_s_s_i_n_g) : create a FLMetiers object as a void
          list for future use

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_l_i_s_t) : create a FLMetiers object from a list of
          FLMetier objects

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

     The FLR Team

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

     FLCatch  FLComp

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

     catch1 <- FLCatch(name='catch1')
     catch2 <- FLCatch(name='catch2')
     lst.catches <- FLCatches(catch1,catch2)
     summary(lst.catches)
     lapply(lst.catches,summary)                      

