leslie                package:FLCore                R Documentation

_M_e_t_h_o_d _f_o_r _c_a_l_c_u_l_a_t_i_n_g _L_e_s_l_i_e _m_a_t_r_i_x _d_y_n_a_m_i_c_s _o_f _a_n _F_L_B_i_o_l _o_b_j_e_c_t

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

     For an 'FLBiol' object with the natural mortality-at-age,
     fecundity and spwn data  present in the object.

_U_s_a_g_e:

     leslie(object, ...)

_A_r_g_u_m_e_n_t_s:

  object: An object of type 'FLBiol-class'.

     ...: Extra arguments accepted by each implementation.

_D_e_t_a_i_l_s:

     Usual Leslie matrix type dynamics for ab 'FLBiol' object.

_V_a_l_u_e:

     An object of class 'FLBiol-class'.

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

     FLR Team

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

     'FLBiol-class'

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

     ## Not run: 
     data(ple4biol)
     ple4.l <- leslie(ple4.biol,plusgroup=FALSE)
     ## End(Not run)

