VEC2MOD                package:RTOMO                R Documentation

_C_o_n_v_e_r_t _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _a _3_D _m_o_d_e_l_s

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

     Convert a single vector representation of a 3D model to a list, or
     a list to a single vector.

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

     VEC2MOD(VEC)
     MOD2VEC(MOD)

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

     VEC: vector with attributes x,y,D describing the coordinates

     MOD: List model

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

     The two functions are used to convert models for different uses.

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

     MOD: List model

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

     Jonathan M. Lees<jonathan.lees@unc.edu>

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

     GXMA3D

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

     data(HELMOD)

     names(HELMOD)

     VV = MOD2VEC(HELMOD)

     NMOD = VEC2MOD(VV)

