t.errors: Matrix Transpose

View source: R/misc.R

t.errorsR Documentation

Matrix Transpose

Description

S3 method for errors objects (see t).

Usage

## S3 method for class 'errors'
t(x)

Arguments

x

a matrix or data frame, typically.

Examples

a <- matrix(1:30, 5, 6)
errors(a) <- 1:30
t(a)


errors documentation built on Dec. 5, 2022, 1:07 a.m.