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