gsi.plain            package:compositions            R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n: _C_o_n_v_e_r_t _t_o _p_l_a_i_n _v_e_c_t_o_r _o_r _m_a_t_r_i_x

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

     The dataset is converted into a plain vector or matrix:
     data.frames are converted to data matrices and class attributes
     are removed.

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

     gsi.plain( x )

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

       x: The dataset to be converted

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

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

     unclassed object, typically a vector or matrix.

_N_o_t_e:

     Do not use gsi.* functions directly since they are internal
     functions of the package

_R_e_f_e_r_e_n_c_e_s:

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

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

     gsi.plain(acomp(c(12,3,4)))

