t_l: Matrix transpose lens

Description Usage Format Examples

Description

Lens into the transpose of a matrix

Usage

1

Format

An object of class lens of length 2.

Examples

1
2
3
(x <- matrix(1:4, ncol = 2))
view(x, t_l)
set(x, t_l, matrix(11:14, ncol = 2))

cfhammill/fresnel documentation built on May 15, 2019, 1:13 p.m.