Description Usage Arguments Value Examples
Given a list of words and frequencies, an integer n, and a boolean indicating whether to print the n values, plot a histogram of top n words.
1 |
w.freq |
This should be the list of word frequencies (3 frequency functions). |
n |
This indicates the top x most frequently occuring words that will be graphed |
print.val |
This indicates whether a list of the top n words should be printed out |
a histogram of the top n frequently occuring words in a text (can also return a list of the top n frequently occuring words)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.