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


ddalthorp/GenEst documentation built on June 4, 2023, 1 a.m.