FLBiol                package:FLCore                R Documentation

_C_r_e_a_t_e _F_L_B_i_o_l _o_b_j_e_c_t_s

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

     Constructor method for the FLBiol class

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


     _o_b_j_e_c_t An initial FLQuant only used for sizing.

     _p_l_u_s_g_r_o_u_p The age/length to be considered as plusgroup.

     ... Extra objects to be allocated to given slots.

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

     FLBiol(object, ...)

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


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_m_i_s_s_i_n_g) : Returns an 'FLBiol' using the first
          provided  argument of class 'FLQuant' for object sizing, or
          'FLQuant()' if none given.

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t) : Returns and 'FLBiol' that uses
          _object_ for sizing.

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

     flb <- FLBiol(name="MAC", m=FLQuant(0.2, dimnames=list(age=1:10, year=1950:2005)))
     summary(flb)

