harvest                package:FLCore                R Documentation

_H_a_r_v_e_s_t _c_a_l_c_u_l_a_t_i_o_n_s _f_o_r _F_L_B_i_o_l

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

     Calculates the fishing mortality (F), based on abundance changes
     by year and age,  and the difference between total mortality (Z)
     and natural mortality (M), for an object of class 'FLBiol'.

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

     harvest(object)

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


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_B_i_o_l) : Uses the method above to calculate an
          approximation of harvest rate

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

     The FLR Team

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

     FLComp, FLBiol-class

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

     flb<-as(ple4, 'FLBiol')
     harvest(flb)

