duplicated.matrix: Determine duplicate elements

Description Usage Arguments

Description

Determine which elements are duplicates.

Usage

1
2
duplicated.matrix(x, incomparables = FALSE, MARGIN = 1L, fromLast = FALSE,
  ...)

Arguments

x

A matrix.

incomparables

The values that cannot be compared. FALSE means all values can be compared.

MARGIN

The array margin to hold fixed.

fromLast

Logical. Should duplication be considered from teh last instance?

...

Additional arguments.


emilygoren/BinQuasi documentation built on May 17, 2019, 12:08 p.m.