print_cbass: Print 'CBASS' Results

Description Usage Arguments Details Examples

Description

Prints a brief descripton of a fitted CBASS object.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'CBASS'
print(x, ...)

## S3 method for class 'CBASS'
as.dendrogram(object, ..., type = c("row", "col"))

## S3 method for class 'CBASS'
as.hclust(x, ..., type = c("row", "col"))

Arguments

x

an object of class CARP as returned by CARP

...

Additional unused arguments

object

an object of class CARP as returned by CARP

type

Either "row" or "col", indicating whether the row or column dendrogram should be returned.

Details

The as.dendrogram and as.hclust methods convert the CBASS output to an object of class dendrogram or hclust respectively.

Examples

1
2
cbass_fit <- CBASS(X=presidential_speech)
print(cbass_fit)

jjn13/clustRviz documentation built on Sept. 1, 2020, 7:53 a.m.