miscprints | R Documentation |
Print objects of class "RhoExpForm"
, "RhoProbForm"
and "kitty"
, appropriately.
## S3 method for class 'RhoExpForm'
print(x, ...)
## S3 method for class 'RhoProbForm'
print(x, ...)
## S3 method for class 'kitty'
print(x, ...)
x |
An object of class |
... |
Not used. Present for compatibility with the generic
|
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.
None.
Rolf Turner rolfturner@posteo.net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.