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)


Enchufa2/errors documentation built on Dec. 11, 2023, 2:30 a.m.