wordsclusterview {pubmed.mineR} | R Documentation |
To view the words in cluster
Description
wordsclusterview
is used to view the words comes in cluster formed by wordscluster
function.
Usage
wordsclusterview(words_cluster, all)
Arguments
words_cluster |
an R object containing output of wordscluster |
all |
is logical and default is FALSE, if set to TRUE includes those with one member word. |
Details
The first 5 words and 5 words near the median nd 5 words at the tail end are shown for clusters with more than 15 members. In case of cluster size less than 15, all the words are written in output.
Value
It returns a text file named word_cluster_view.txt
Author(s)
S.Ramachandran, Jyoti Rani
See Also
Examples
## Not run: test= wordsclusterview(cluster)
# here cluster is output from wordscluster
## End(Not run)
[Package pubmed.mineR version 1.0.20 Index]