powered by
Print a textCluster Object
# S3 method for textCluster print(x, ...)
The total number of clusters and total number of documents are printed. There is no return value.
Object of type textCluster
Additional arguments
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
Run the code above in your browser using DataLab