bg_transpose {heterogen}R Documentation

bg_transpose

Description

Transpose of a matrix based on row or column index.

Usage

bg_transpose(mat, byrow = FALSE)

Arguments

mat

A Matrix.

byrow

FALSE computes based on row index. TRUE computes based on column index.

Value

A matrix transposed.


[Package heterogen version 1.2.33 Index]