	
	_i_s_o_t_o_n: _I_s_o_t_o_n_i_c _R_e_g_r_e_s_s_i_o_n
	
	     isoton(x, wt)
	
	_A_r_g_u_m_e_n_t_s:
	
	            x:
	     a vector containing variable to be isotonized.
	
	           wt:
	     an optional vector of weights.
	
	          Value:
	
	          structure with the following components:
	
	            y:
	     the isotonized y vector.
	
	     Description:
	
	      Uses the monosm function by B. Brown (on StatLib).
	
	_E_x_a_m_p_l_e_s:
	
	     isoton(rnorm(10))
	
