rbox                package:flowClust                R Documentation

_R_e_v_e_r_s_e _B_o_x-_C_o_x _T_r_a_n_s_f_o_r_m_a_t_i_o_n

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

     This function performs back transformation on Box-Cox transformed
     data.

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

     rbox(data, lambda)

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

    data: A numeric vector, matrix or data frame of observations.

  lambda: The Box-Cox transformation applied which results in the
          inputted data matrix.

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

     A numeric vector, matrix or data frame of the same dimension as
     'data' is returned.

_N_o_t_e:

     Please refer to the documentation for 'box' for details about the
     Box-Cox transformation in use.

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

     'box'

