clusterWordFrequencies | R Documentation |
Cluster analysis of words based on a character vector.
clusterWordFrequencies(corpus, cor = F, binary = T, min = 0, plot = T)
corpus |
Character vector containing one document per element. |
Cluster analysis of words based on a character vector.
clusterWordFrequencies(c("<1>hello</1> world"),c("<1>hello</1> world","<2>hallo</2>"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.