	
	_H_S_V _C_o_l_o_r _S_p_e_c_i_f_i_c_a_t_i_o_n
	
	     hsv(h, s, v)
	
	_A_r_g_u_m_e_n_t_s:
	
	       h,s,v : numeric vectors of values in the range [0,1]
	               for ``hue'', ``saturation'' and ``value'' to
	               be combined to form a vector of colors.
	               Values in shorter arguments are recycled.
	
	_V_a_l_u_e:
	
	     This function creates a vector of ``colors''
	     corresponding to the given values in HSV space.  The
	     values returned by hsv can be used with a col= specifi-
	     cation in graphics functions or in par.
	
	_S_e_e _A_l_s_o:
	
	     rainbow, rgb, gray.
	
