powered by
Mathematical operations for units objects
# S3 method for units Math(x, ...)
object of class units
parameters passed on to the Math functions
# NOT RUN { a = sqrt(1:10) a <- with(ud_units, a * m/s) log(a) log(a, base = 10) cumsum(a) signif(a, 2) # }
Run the code above in your browser using DataLab