print.mix_mode {BayesMultiMode}R Documentation

Print method for mix_mode objects

Description

Print method for mix_mode objects

Usage

## S3 method for class 'mix_mode'
print(x, max_length = 6L, max_width = 6L, print_all = F, ...)

Arguments

x

An object of class mix_mode.

max_length

maximum number of elements (for vector) or rows (for matrices) to show. Default is 6L.

max_width

maximum number of columns to show (for matrices). Default is 6L.

print_all

override max_length and max_width to print everything? Default is FALSE.

...

Not used.


[Package BayesMultiMode version 0.7.1 Index]