Learn R Programming

fisheyeR (version 0.9)

HeavyWavoidCluttering: Find Similar Rows in a Matrix

Description

Function to retrieve UNIQUE rows in a matrix.

Usage

HeavyWavoidCluttering(object, value = 3) H1WavoidCluttering(object, value = 3)

Arguments

object
Matrix object to be grouped.
value
Grouping factor.

Value

newobjeto
Matrix without duplicated rows.
uniques
Vector with Unique rows in original matrix
clusters
Vector where non-zero entrys are duplicated elements in original matrix.

Details

HeavyWavoidCluttering and H1WavoidCluttering are a naive way to eliminate similar rows in a matrix by calling duplicated on their rounded value.

See Also

duplicated