reorder: Reorder a matrix vertically according to a vector of new...

View source: R/texreg.R

reorderR Documentation

Reorder a matrix vertically according to a vector of new positions

Description

Reorder a matrix vertically according to a vector of new positions.

Usage

reorder(mat, new.order)

Arguments

mat

Input matrix.

new.order

Vector of integer numbers with the new order of rows. The new order must contain as many elements as the matrix has rows and it must not contain NA values, duplicate entries, or gaps.

Details

This function takes a matrix and reorders its rows based on a vector of new positions.

Value

Reordered matrix.

Author(s)

Philip Leifeld

See Also

matrixreg


leifeld/texreg documentation built on Nov. 11, 2023, 6:31 a.m.