hexmode                 package:base                 R Documentation

_D_i_s_p_l_a_y _N_u_m_b_e_r_s _i_n _H_e_x_a_d_e_c_i_m_a_l

_D_e_s_c_r_i_p_t_i_o_n:

     Convert or print integers in hexadecimal format, with as many
     digits as are needed to display the largest, using leading zeroes
     as necessary.

_U_s_a_g_e:

     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, ...)

_A_r_g_u_m_e_n_t_s:

       x: An object, for the methods inheriting from class '"hexmode"'.

upper.case: a logical indicating whether to use upper-case letters or
          lower-case letters (default).

     ...: further arguments passed to or from other methods.

_D_e_t_a_i_l_s:

     Class '"hexmode"' consists of integer vectors with that class
     attribute, used merely to ensure that they are printed in hex.

_S_e_e _A_l_s_o:

     'octmode'

