gsi.mapin01           package:compositions           R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n_s: _S_t_o_r_i_n_g _i_n_t_e_g_e_r_s _a_s _r_e_a_l_s

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

     An integer number is stored in a dataset with a given range.

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

     gsi.mapin01(i,min=0,max=1)
     gsi.mapfrom01(x)
     gsi.mapmin(x)
     gsi.mapmax(x)

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

       i: 

       x: 

     max: 

     min: 

     {the minimum of the created dataset}

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

     The function is used to get full control over the graphic ranges
     in pair plots and to pass the used column to panel functions.

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

     'gsi.mapin01' gives a vector x with 'range(\var{x})==c(min,max)'
     and 'gsi.mapfrom01(\var{x})', 'gsi.mapmin(\var{x})',
     'gsi.mapmax(\var{x})' result in 'i', 'max' and 'min'.

_N_o_t_e:

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

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

     'gsi', 'plot.acomp'

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

     gsi.mapin01(5)

