Math.units {units}R Documentation

Mathematical operations for units objects

Description

Mathematical operations for units objects

Usage

## S3 method for class 'units'
Math(x, ...)

Arguments

x

object of class units

...

parameters passed on to the Math functions

Examples

a <- sqrt(1:10)
a <- set_units(a, m/s)
log(a)
log(a, base = 10)
cumsum(a)
signif(a, 2)

[Package units version 0.6-1 Index]