FLMetier               package:FLCore               R Documentation

_M_e_t_h_o_d _F_L_M_e_t_i_e_r

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

     The 'FLMetier' constructor method allows creation of new FLMetier
     objects from either a FLQuant, a FLCatch or a FLCatches object.

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

     FLMetier(catches)

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


      _s_i_g_n_a_t_u_r_e(_c_a_t_c_h_e_s=_F_L_C_a_t_c_h) : Creates a FLMetier object from a
          FLCatch object.

      _s_i_g_n_a_t_u_r_e(_c_a_t_c_h_e_s=_F_L_C_a_t_c_h_e_s) : Creates a FLMetier object from a
          FLCatches object.

      _s_i_g_n_a_t_u_r_e(_c_a_t_c_h_e_s=_F_L_Q_u_a_n_t) : Creates a FLMetier object from a
          FLQuant object.

      _s_i_g_n_a_t_u_r_e(_c_a_t_c_h_e_s=_m_i_s_s_i_n_g) : Creates a FLMetier from scratch

_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:

     flq <- FLQuant(rnorm(8),dim=c(2,2,1,1,1,2))
     mycatch <- FLCatch(name="YFT",landings.wt=flq) #creates a FLCatch object
     mymetier <- FLMetier(mycatch)

