mixture objectsPrint method for mixture objects
# S3 method for mixture
print(x, max_length = 6L, max_width = 6L, print_all = F, ...)An object of class mixture.
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.