Learn R Programming

uniqueAtomMat (version 0.1-3-2)

Finding Unique or Duplicated Rows or Columns for Atomic Matrices

Description

An alternative implementation of base::duplicated.matrix(), base:anyDuplicated.matrix() and base::unique.matrix() for matrices of atomic mode, avoiding the time consuming collapse of the matrix into a character vector. An extra grpDuplicated() function is added, which groups duplicated elements together.

Copy Link

Version

Install

install.packages('uniqueAtomMat')

Monthly Downloads

70

Version

0.1-3-2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 8th, 2017

Functions in uniqueAtomMat (0.1-3-2)

grpDuplicated

Grouping by duplicated elements
unique.matrix

Finding Unique or Duplicated Rows or Columns for Atomic Matrices