hex2dec | 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
dec2hex()
hex2dec("14D")
hex2dec(0:30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.