show-HCAExplorer-method: Show HCAExplorer

Description Usage Arguments Value See Also Examples

Description

Show HCAExplorer

Usage

1
2
## 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

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

HCAExplorer documentation built on Nov. 8, 2020, 5:45 p.m.