head: Head and tail

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
## S4 method for signature 'hyperdirichlet'
head(x, n = 6, ...)
## S4 method for signature 'hyperdirichlet'
tail(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.

Value

The functions documented here coerce to a matrix, then return the appropriate rows (as a matrix).

Author(s)

Robin K. S. Hankin

See Also

binmat

Examples

1

hyperdirichlet documentation built on May 31, 2017, 5:18 a.m.