Learn R Programming

units (version 0.4-1)

Math.units: Mathematical operations for units objects

Description

Mathematical operations for units objects

Usage

"Math"(x, ...)

Arguments

x
object of class units
...
parameters passed on to the Math functions

Examples

Run this code
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