powered by
Lens into the transpose of a matrix
t_l
An object of class lens of length 2.
lens
# NOT RUN { (x <- matrix(1:4, ncol = 2)) view(x, t_l) set(x, t_l, matrix(11:14, ncol = 2)) # }
Run the code above in your browser using DataLab