t.errors | R Documentation |
S3 method for errors
objects (see 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.