miscprints: Specialised print methods.

miscprintsR 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 "RhoExpForm", "RhoProbForm" or "kitty" respectively.

...

Not used. Present for compatibility with the generic print() function.

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


eglhmm documentation built on May 29, 2024, 1:20 a.m.

Related to miscprints in eglhmm...