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