Math.fractional: Method for the group generic function for the elementary...

Description Usage Arguments Value Examples

View source: R/fractionl.R

Description

Allows graceful operations with mathematical functions.

Usage

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

Arguments

x

A numerical object flagged as fractional

...

Passed on to further methods (but usually not required)

Value

A numeric object with the results of the computations, but NOT flagged as of class "fractional".

Examples

1
2
(M <- fractional(solve(cbind(1, contr.helmert(5)))))
(M0 <- abs(M)*sign(M))  ## fractional flag lost

fractional documentation built on May 2, 2019, 4:16 a.m.