print {hyperdirichlet}R Documentation

Print and various S4 methods for hyperdirichlet objects

Description

Print method for hyperdirichlet objects

Usage

 print.hyperdirichlet(x, n = 0, do_head = TRUE, ...)
 ## S4 method for signature 'hyperdirichlet':
 dim(x)
 ## S4 method for signature 'hyperdirichlet':
 show(object)

Arguments

x,object Object of class hyperdirichlet
n Integer passed to base head() or tail()
do_head Boolean argument ignored if n takes its default value of 0. If n<>0, argument do_head taking default TRUE means to pass control to head(x,n,...) and FALSE means to pass control to tail(x,n,...)
... Further arguments passed to head() or tail() as necessary

Details

The matrix itself is printed using internal function hyperdirichlet.print(), which is not intended for the end user.

The normalizing constant

Author(s)

Robin K. S. Hankin

See Also

binmat

Examples

gd(1:3,3:1)

[Package hyperdirichlet version 1.1-7 Index]