print: Print and various S4 methods for hyperdirichlet objects

Description Usage Arguments Details Author(s) See Also Examples

Description

Print method for hyperdirichlet objects

Usage

1
2
3
4
5
6
 print_hyperdirichlet(x, n=0, do_head, ...)
 print_hyperdirichlet_worker(x, n=0, do_head, ...)
 ## 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 functions print_hyperdirichlet() and print_hyperdirichlet_worker(), which are not intended for the end user.

Author(s)

Robin K. S. Hankin

See Also

binmat

Examples

1
gd(1:3,3:1)

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