hyperdirichlet (version 1.5-1)

print: Print and various S4 methods for hyperdirichlet objects

Description

Print method for hyperdirichlet objects

Usage

print_hyperdirichlet(x, n=0, do_head, ...)
 print_hyperdirichlet_worker(x, n=0, do_head, ...)
 # S4 method for hyperdirichlet
dim(x)
 # S4 method for 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.

See Also

binmat

Examples

Run this code
gd(1:3,3:1)

Run the code above in your browser using DataCamp Workspace