gsi.expandrcomp         package:compositions         R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n: _S_c_a_l_i_n_g _r_c_o_m_p

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

     This functions tries to compute something similar to a scaling of
     an acomp object in the context of the rcomp-geometry.

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

     gsi.expandrcomp(x,alpha)
               

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

       x: an rcomp object

   alpha: a number or a numeric vector between 0 and 1

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

     an rcomp-object

_N_o_t_e:

     It is better not to use gsi.* functions directly since they are
     internal functions of the package

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

     gsi.expandrcomp(rcomp(1:3),0.5)

