Print objects of class "RhoExpForm", "RhoProbForm"
and "kitty", appropriately.
# S3 method for RhoExpForm
print(x, ...)
# S3 method for RhoProbForm
print(x, ...)
# S3 method for kitty
print(x, ...)None.
An object of class "RhoExpForm",
"RhoProbForm" or "kitty" respectively.
Not used. Present for compatibility with the generic
print() function.
Rolf Turner rolfturner@posteo.net
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.