powered by
matrixOps functions for units objects.
# S3 method for units matrixOps(x, y)
object of class units
units
object of class units, or something that can be coerced to it by as_units(x)
as_units(x)
object of class units, or something that can be coerced to it by as_units(y)
as_units(y)
a = set_units(1:5, m) a %*% a a %*% t(a) a %*% 1:5 1:5 %*% a
Run the code above in your browser using DataLab