t.quantities | R Documentation |
S3 method for quantities
objects (see t
).
## S3 method for class 'quantities'
t(x)
x |
a matrix or data frame, typically. |
a <- matrix(1:30, 5, 6)
quantities(a) <- list("m/s", 1:30)
t(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.