home *** CD-ROM | disk | FTP | other *** search
-
- _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.
-
-