| hex2dec {broman} | R Documentation | 
Convert from hex to decimal
Description
Convert a number from hexidecimal to decimal notation.
Usage
hex2dec(h)
Arguments
| h | Vector of character strings with hexadecimal representation of integers
(values >= 2^31 converted to missing,  | 
Value
The input converted from hexadecimal to decimal notation.
Author(s)
Karl W Broman, broman@wisc.edu
See Also
Examples
hex2dec("14D")
hex2dec(0:30)
[Package broman version 0.84 Index]