SRModelName              package:FLCore              R Documentation

_C_o_n_v_e_n_i_e_n_c_e _f_u_n_c_t_i_o_n _t_o _i_d_e_n_t_i_f_y _a_n _S_R _m_o_d_e_l _b_y _i_t_s _f_o_r_m_u_l_a

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

     A supplied formula, representing an stock-recruitment
     relationship, is matched against the list of all models defined in
     'FLCore' (See SRModels).

     If a match is found, a tring character with the name of the model
     is returned, otherwise 'FALSE' is obtained.

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

     SRModelName(formula)

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

 formula: A formula defining the model

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

   model: A character string or FALSE

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

     FLR Team

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

     'SRModels'

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

     SRModelName(rec ~ a * ssb * exp(-b * ssb))

