Description Usage Arguments Value Examples
View source: R/visualisationFunctions.R
Plot a bar chart of the n most frequent words in the Tweet data set
1 | plotFreqBar(tweetDataFrameTokenized, numOfWords = 10)
|
tweetDataFrameTokenized |
Dataframe object containing word tokens from tweets (Output of tokenizeTweets()) |
numOfWords |
Top n words to be plotted, default is 10. |
Top n most frequent words used in the Tweet dataset.
1 | plotFreqBar(tweetDataFrameTokenized,5) plotFreqBar(tweetDataFrameTokenized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.