miscprints {eglhmm} | R Documentation |
Specialised print methods.
Description
Print objects of class "RhoExpForm"
, "RhoProbForm"
and "kitty"
, appropriately.
Usage
## S3 method for class 'RhoExpForm'
print(x, ...)
## S3 method for class 'RhoProbForm'
print(x, ...)
## S3 method for class 'kitty'
print(x, ...)
Arguments
x |
An object of class |
... |
Not used. Present for compatibility with the generic
|
Details
The methods print.RhoExpForm()
and
print.RhoProbForm()
are present essentially for debugging
purposes only. The method print.kitty()
is present to
improve the appearance of printed output from eglhmm
when there is a "message"
component of this output.
None of these methods would normally be called by users.
Value
None.
Author(s)
Rolf Turner rolfturner@posteo.net
[Package eglhmm version 0.1-3 Index]