ltranspose: Transpose a list of arrays

View source: R/splits_functions.R

ltransposeR Documentation

Transpose a list of arrays

Description

A list of n arrays, each with dimension m x k is redimensioned to a list of m arrays, each with dimension m x k. NOTE: Attributes are not preserved.

Usage

ltranspose(M)

Arguments

M

a list of n m x k arrays

Value

a list of m n x k arrays


GenEst documentation built on June 7, 2023, 6:35 p.m.