hex2dec {broman} | R Documentation |
Convert a number from hexidecimal to decimal notation.
hex2dec(h)
h |
Vector of character strings with hexadecimal representation of integers
(values >= 2^31 converted to missing, |
The input converted from hexadecimal to decimal notation.
Karl W Broman, broman@wisc.edu
hex2dec("14D")
hex2dec(0:30)