print.textCluster: Print a textCluster Object

View source: R/cluster.R

print.textClusterR 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

phm documentation built on May 29, 2024, 10:22 a.m.