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 / unique < prev    next >
Encoding:
Text File  |  1997-04-23  |  285 b   |  12 lines

  1.     
  2.     _E_x_t_r_a_c_t _U_n_i_q_u_e _E_l_e_m_e_n_t_s
  3.     
  4.          unique(x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          unique returns a vector like x but with duplicate ele-
  9.          ments removed.  If an element is equal to one with a
  10.          smaller index, it is removed.
  11.     
  12.