transpose-lazyMatrix: Transposition of lazy matrices

transpose-lazyMatrixR Documentation

Transposition of lazy matrices

Description

Transpose a lazyMatrix object.

Usage

## S4 method for signature 'lazyVector'
t(x)

## S4 method for signature 'lazyMatrix'
t(x)

Arguments

x

a lazyMatrix or lazyVector object

Value

A lazyMatrix object.


lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.