| matrixOps.units | R Documentation |
matrixOps functions for units objects.
## S3 method for class 'units'
matrixOps(x, y)
x |
object of class |
y |
object of class |
object of class units
a = set_units(1:5, m)
a %*% a
a %*% t(a)
a %*% 1:5
1:5 %*% a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.