binaryRep {SoDA}R Documentation

Generate Binary Representation in R

Description

Functions to generate a binary representation from numeric data, as an example of vectorizing computations.

Usage


binaryRep(data, m = .Machine$double.digits)

binaryRepA(m)

binaryRepBits(data)

binaryRepPowers(n, m)

Arguments

data numeric data
m number of bits in mantissa
n range for powers

Value

See example in book.


[Package SoDA version 0.96 Index]