remove.identical.consecutive.rows: Remove identical consecutive rows from a matrix

View source: R/geometry.R

remove.identical.consecutive.rowsR Documentation

Remove identical consecutive rows from a matrix

Description

This is similar to unique(), but spares rows which are duplicated, but at different points in the matrix

Usage

remove.identical.consecutive.rows(P)

Arguments

P

Source matrix

Value

Matrix with identical consecutive rows removed.

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.