Learn R Programming

wavethresh (version 4.6.9)

c2to4: Take integer, represent in binary, then think of and return that representation in base 4

Description

Not designed, or really useful, for casual user use!

For example: take the integer 5. In binary this is 101. Then, this representation in base 4 is 16+1 =17.

This function is used by accessD.wpst to help it access coefficients.

Usage

c2to4(index)

Arguments

index

The integer you wish to convert

Value

The converted number

Details

Description says all

See Also

accessD.wpst

Examples

Run this code
# NOT RUN {
c2to4(5)
# }

Run the code above in your browser using DataLab