FLCatch-accesors           package:FLCore           R Documentation

_A_c_c_e_s_o_r _a_n_d _r_e_p_l_a_c_e_m_e_n_t _m_e_t_h_o_d_s _f_o_r _t_h_e _F_L_C_a_t_c_h _c_l_a_s_s

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

     Slots in object of class FLCatch can be accessed and modified
     using these accesor and replacement methods. Methods share their
     names with the slots they apply to. Slots are accesible directly
     from an FLCatch object but also through the FLFleet, FLMetiers,
     FLMetier and FLCatches object where the FLCatch object is itself
     contained, by specifying the 'spp' and/or 'metier' arguments.

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

     catch(object)  catch<-(object,value)  catch.n(object) 
     catch.n<-(object,value)  catch.wt(object) 
     catch.wt<-(object,value)  catch.q(object)  catch.q<-(object,value)
      catch.sel(object)  catch.sel<-(object,value)  effort(object) 
     effort<-(object,value)  price(object)  price<-(object,value)

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


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_C_a_t_c_h) : Describe method

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_C_a_t_c_h_e_s) : Describe method

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_M_e_t_i_e_r) : Describe method

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_M_e_t_i_e_r_s) : Describe method

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_F_l_e_e_t) : Describe method

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

     The FLR Team

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

     FLFleet, FLMetiers, FLMetier, FLCatches, FLCatch

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

     data(bt4)
     catch.n(bt4, 'TBB', 'ple')

