hexmode {base} | R Documentation |
Convert or print integers in hexadecimal format, with as many digits as are needed to display the largest, using leading zeroes as necessary.
as.hexmode(x)
## S3 method for class 'hexmode'
as.character(x, upper.case = FALSE, ...)
## S3 method for class 'hexmode'
format(x, upper.case = FALSE, ...)
## S3 method for class 'hexmode'
print(x, ...)
x |
An object, for the methods inheriting from class
|
upper.case |
a logical indicating whether to use upper-case letters or lower-case letters (default). |
... |
further arguments passed to or from other methods. |
Class "hexmode"
consists of integer vectors with that class
attribute, used merely to ensure that they are printed in hex.
octmode