cluster_words: To Find the highest frequency of words within clusters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/cluster_words.R

Description

Function for finding the word (term) of highest frequency within clusters.

Usage

1

Arguments

wordscluster

an R object containing the output of wordscluster()

n

a numeric vector containing cluster numbers

Value

a list containing cluster and its highest frequency word

Author(s)

S. Ramachandran

See Also

wordscluster

Examples

1
2
3
4
## Not run: test = cluster_words(wordscluster, 5)
## wordscluster is an R object of wordscluster
## 5 is number of cluster
## End(Not run)

Example output



pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.