destipif              package:climatol              R Documentation

_S_e_r_i_e_s _u_n_s_t_a_n_d_a_r_d_i_z_a_t_i_o_n

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

     Undo the standardization performed by 'tipif'.

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

       destipif(ttip = 3)

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

    ttip: Type of standardization:

          _0: none,

          _1: deviations from the mean,

          _2: proportions of the mean (only for means greater than 1),

          _3: full standardization (subtract the mean and divide by the
               standard deviation).

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

     'destipif' is an internal function used by 'depudm', not intended
     to be called directly by the user. It takes the data from object
     'dat.d' previously created.

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

     Previously created object 'dat.e' is unstandardized, using mean
     values ('dat.m') and, eventually, standard deviations ('dat.s').

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

     'depudm'

