show,HCAExplorer-method {HCAExplorer}R Documentation

Show HCAExplorer

Description

Show HCAExplorer

Usage

## S4 method for signature 'HCAExplorer'
show(object)

Arguments

object

a HCAExplorer object to show

Value

outputs a text represntation of the object

See Also

HCAExplorer for the HCAExplorer class.

Examples

 ## Initiate an HCAExplorer object.
 x <- HCAExplorer()
 ## Invoke show() by simply displaying the object.
 x


[Package HCAExplorer version 1.2.0 Index]