Learn R Programming

hyperdirichlet (version 1.4-2)

print: Print and various S4 methods for hyperdirichlet objects

Description

Print method for hyperdirichlet objects

Usage

print.hyperdirichlet(x, n = 0, do_head = TRUE, ...)
 ## S3 method for class 'hyperdirichlet':
dim(x)
 ## S3 method for class '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
...
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 DataLab