Math.lvec: Implementation of Math group generics for lvec

Description Usage Arguments Details Value

View source: R/math.R

Description

Implementation of Math group generics for lvec

Usage

1
2
## S3 method for class 'lvec'
Math(x, ...)

Arguments

x

an object of type lvec.

...

passed on to the corresponding R functions

Details

Math is group generic implementing the following functions: abs, sign, sqrt, floor, ceiling, trunc, round, signif exp, log, expm1, log1p, cos, sin, tan, cospi, sinpi, tanpi, acos, asin, atan, cosh, sinh, tanh, acosh, asinh, atanh, lgamma, gamma, digamma, trigamma, cumsum, cumprod, cummax, cummin. For more information see Math.

Value

Returns an link{lvec} of the same length as the input.


ldat documentation built on March 26, 2020, 7:59 p.m.

Related to Math.lvec in ldat...