updateCellHTS            package:cellHTS2            R Documentation

_U_p_d_a_t_e _o_l_d _s_e_r_i_a_l_i_z_e_d _c_e_l_l_H_T_S _o_b_j_e_c_t_s.

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

     During the development of the cellHTS2 package, the definition of
     the 'cellHTS' object hasd changes. This function can be used to
     update old serialized 'cellHTS' objects.

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

     updateCellHTS(object)

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

  object: The 'cellHTS' object to update. 

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

     An updated 'cellHTS' object.

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

     Florian Hahne

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

     'convertOldCellHTS'

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

     data(KcViabSmall)
     updateCellHTS(KcViabSmall)

