Learn R Programming

errors (version 0.4.2)

t.errors: Matrix Transpose

Description

S3 method for errors objects (see t).

Usage

# S3 method for errors
t(x)

Arguments

x

a matrix or data frame, typically.

Examples

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

Run the code above in your browser using DataLab