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)


r-quantities/errors documentation built on Jan. 16, 2024, midnight