head {hyperdirichlet}R Documentation

Head and tail

Description

Print the first few, or last few, lines of a hyperdirichlet object

Usage

head.hyperdirichlet(x, n = 6, ...)
tail.hyperdirichlet(x, n = 6, ...)

Arguments

x object of class hyperdirichlet
n number of lines to print as per same argument in head() and tail()
... Further arguments passed to head() or tail()

Details

Prints the head or tail of the binmat() matrix and then prints the normalizing constant.

Author(s)

Robin K. S. Hankin

See Also

binmat

Examples

head(dirichlet(1:6))

[Package hyperdirichlet version 1.1-7 Index]