Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Details

Description says all

Value

The converted number

Author(s)

G P Nason

See Also

Examples

c2to4(5)

wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.