Math.units {units} | R Documentation |
Mathematical operations for units objects
## S3 method for class 'units' Math(x, ...)
x |
object of class units |
... |
parameters passed on to the Math functions |
a = sqrt(1:10) a <- with(ud_units, a * m/s) log(a) log(a, base = 10) cumsum(a) signif(a, 2)