Description Usage Arguments Value Examples
Given a list of punctuations and frequencies and an integer n, plot a histogram of top n punctuations.
1 | punct.hist(p.freq, n = 20, print.val = FALSE)
|
p.freq |
This should be the list of punctuations frequencies (frequency function). |
n |
This indicates the top x most frequently occuring punctuations that will be graphed |
print.val |
This indicates whether a list of the top n punctuations should be printed out |
a histogram of the top n frequently occuring punctuations in a text (can also return a list of the top n frequently occuring words)
1 | punct.hist(p.freq, 50, TRUE,)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.