flatQQNorm                package:edd                R Documentation

_Q_Q _d_i_f_f_e_r_e_n_c_e _p_l_o_t

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

     standard normal transforms to horizontal line at 0

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

     flatQQNorm(y)

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

       y: numeric vector 

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

     list with elements x and y describing the trace of the qq
     differrence plot

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

     set.seed(1234)
     plot(flatQQNorm(rnorm(40)),ylim=c(-3,3),ylab="QQNorm - line of identity ")

