Description Usage Arguments Value Examples
View source: R/visualisationFunctions.R
Plot a cloud plot showing how bigrams connect together and the frequency of bigrams
1 | plotBigrams(tweetDataFrameTokenized, minWordFreq = 5)
|
tweetDataFrameTokenized |
Dataframe object containing word tokens from tweets (Output of tokenizeTweets()) |
minWordFreq |
Minimum frequency of word to appear on the plot. |
Directional cloud plot displaying connectivity between Bigrams
1 | plotBigrams(tweetDataFrameTokenized,10) plotBigrams(tweetDataFrameTokenized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.