| matrixOps.units {units} | R Documentation |
S3 matrixOps Group Generic Functions for units objects
Description
matrixOps functions for units objects.
Usage
## S3 method for class 'units'
matrixOps(x, y)
Arguments
x |
object of class |
y |
object of class |
Value
object of class units
Examples
a = set_units(1:5, m)
a %*% a
a %*% t(a)
a %*% 1:5
1:5 %*% a
[Package units version 1.0-0 Index]