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 / code.rows < prev    next >
Encoding:
Text File  |  1996-11-24  |  281 b   |  10 lines

  1. TITLE(code.rows @@ Which Matrix Rows are Duplicates)
  2. USAGE(
  3. code.rows(X)
  4. )
  5. DESCRIPTION(
  6. LANG(code.rows) returns a vector whose elements are integers.
  7. If two rows of the matrix LANG(X) are identical then the corresponding
  8. elements of the returned vector will have the same value.
  9. )
  10.