	
	_O_r_d_i_n_a_t_e_s _f_o_r _P_r_o_b_a_b_i_l_i_t_y _P_l_o_t_t_i_n_g
	
	     ppoints(n)
	
	_A_r_g_u_m_e_n_t_s:
	
	           n : either the number of points generate or a
	               vector of observations.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     This generates the sequence of points (1:m - 0.5)/m
	     where m is either n, if length(n)==1, or length(n).  It
	     is used in qqplot, qqnorm to generate the set of proba-
	     bilities at which to evaluate the inverse distribution.
	
	_S_e_e _A_l_s_o:
	
	     qqplot, qqnorm.
	
