update                package:FLCore                R Documentation

_M_e_t_h_o_d _u_p_d_a_t_e

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

     'update' is a generic function for updating a model fitting using
     the same call that generated it. Input arguments can be provided
     that will alter the FLModel object  accordingly.

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

     update(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_M_o_d_e_l) : Rerun using details(object)[['call']]

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

     The FLR Team

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

     FLModel-class, update

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

     ## Not run: 
     data(nsher)
     nsher <- update(nsher, ssb=ssb(nsher) * 1.4)
     ## End(Not run)

