print {hyperdirichlet} | R Documentation |
Print method for hyperdirichlet objects
print.hyperdirichlet(x, n = 0, do_head = TRUE, ...) ## S4 method for signature 'hyperdirichlet': dim(x) ## S4 method for signature 'hyperdirichlet': show(object)
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 |
The matrix itself is printed using internal function
hyperdirichlet.print()
, which is not intended for the end user.
The normalizing constant
Robin K. S. Hankin
gd(1:3,3:1)