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'