print.bayes_mixture {BayesMultiMode} | R Documentation |
Print method for bayes_mixture
objects
Description
Print method for bayes_mixture
objects
Usage
## S3 method for class 'bayes_mixture'
print(x, max_length = 6L, max_width = 6L, print_all = F, ...)
Arguments
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. |
[Package BayesMultiMode version 0.7.1 Index]