S3 method for errors objects (see t).
errors
t
## S3 method for class 'errors' t(x)
x
a matrix or data frame, typically.
a <- matrix(1:30, 5, 6) errors(a) <- 1:30 t(a)