unitted_math: Group "Math" functions

Description Usage Arguments

Description

Implements the S3 group generic, Math

Usage

1
2
## S3 method for class 'unitted'
Math(x, ..., check.input.units = TRUE)

Arguments

x

A vector (probably numeric or complex)

...

Other arguments passed to the specific Math function

check.input.units

logical. Should the units of x be checked for compatibility with the specific Math function? Functions abs, floor, ceiling, trunc, round, signif, and sqrt accept any units. Functions exp, log, expm1, log1p, acos, asin, atan require that inputs are unitless. Functions cos, sin, and tan require that inputs are "radians".


appling/unitted documentation built on May 10, 2019, 12:44 p.m.