Learn R Programming

wavethresh (version 4.7.3)

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)

Value

The converted number

Arguments

index

The integer you wish to convert

Author

G P Nason

Details

Description says all

See Also

accessD.wpst

Examples

Run this code
c2to4(5)

Run the code above in your browser using DataLab