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 / mansrc / man281 / duplicate.codes < prev    next >
Encoding:
Text File  |  1996-11-24  |  357 b   |  13 lines

  1. TITLE(duplicate.codes @@ Find Duplicated Elements)
  2. USAGE(
  3. duplicate.codes(x)
  4. )
  5. DESCRIPTION(
  6. LANG(duplicate.codes) returns a logical vector. Each element of which
  7. is LANG(true) if the corresponding element of LANG(x) has at least one
  8. duplicate among the other elements of LANG(x).
  9. )
  10. NOTE(
  11. This function will be superceded by an option to LANG(duplicated).
  12. )
  13.