print.textCluster {phm}R Documentation

Print a textCluster Object

Description

Print a textCluster Object

Usage

## S3 method for class 'textCluster'
print(x, ...)

Arguments

x

Object of type textCluster

...

Additional arguments

Value

The total number of clusters and total number of documents are printed. There is no return value.

Examples

M=matrix(c(0,1,0,2,0,10,0,14,12,0,8,0,1,0,1,0),4)
colnames(M)=1:4;rownames(M)=c("A","B","C","D")
tc=textCluster(M,2)
tc

[Package phm version 1.1.2 Index]