mix_mode objectsPrint method for mix_mode objects
# S3 method for mix_mode
print(x, max_length = 6L, max_width = 6L, print_all = F, ...)An object of class mix_mode.
maximum number of elements (for vector) or rows (for matrices) to show. Default is 6L.
maximum number of columns to show (for matrices). Default is 6L.
override max_length and max_width to print everything? Default is FALSE.
Not used.