recode                package:giRaph                R Documentation

_F_u_n_c_t_i_o_n _t_o _r_e_c_o_d_e _a_n _o_b_j_e_c_t _f_r_o_m _a _g_i_v_e_n _s_o_u_r_c_e _c_o_d_e _t_o _a _g_i_v_e_n _t_a_r_g_e_t _c_o_d_e

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

     Recodes an object from a given source code to a given target code

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

     recode(object, src, dst)

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

  object: an object to be recoded 

     src: an object containing the source code 

     dst: an object containing the target code 

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

     The function 'recode' is generic.

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

     The recoded object is returned.

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

     Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca

