integer.base.b {dga} | R Documentation |
Takes a decimal number and converts it to base b.
integer.base.b(x, b = 2)
x |
A number. |
b |
The desired base. |
This was harvested from the internet here: https://stat.ethz.ch/pipermail/r-help/2003-September/038978.html. Posted by Spencer Graves.
A number in base b.
Spencer Graves
https://stat.ethz.ch/pipermail/r-help/2003-September/038978.html