home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / hsv < prev    next >
Encoding:
Text File  |  1997-04-23  |  657 b   |  24 lines

  1.     
  2.     _H_S_V _C_o_l_o_r _S_p_e_c_i_f_i_c_a_t_i_o_n
  3.     
  4.          hsv(h, s, v)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.            h,s,v : numeric vectors of values in the range [0,1]
  9.                    for ``hue'', ``saturation'' and ``value'' to
  10.                    be combined to form a vector of colors.
  11.                    Values in shorter arguments are recycled.
  12.     
  13.     _V_a_l_u_e:
  14.     
  15.          This function creates a vector of ``colors''
  16.          corresponding to the given values in HSV space.  The
  17.          values returned by hsv can be used with a col= specifi-
  18.          cation in graphics functions or in par.
  19.     
  20.     _S_e_e _A_l_s_o:
  21.     
  22.          rainbow, rgb, gray.
  23.     
  24.