plotFreqCloud: plotFreqCloud

Description Usage Arguments Value Examples

View source: R/visualisationFunctions.R

Description

Plot a cloud plot containing the most frequently used words within the Tweet data set

Usage

1
2
plotFreqCloud(tweetDataFrameTokenized, maxWords = 70,
  minWordFreq = 100)

Arguments

tweetDataFrameTokenized

Dataframe object containing word tokens from tweets (Output of tokenizeTweets())

maxWords

Maximum number of words to appear on the plot.

minWordFreq

Minimum frequency of word to appear on the plot

Value

Cloud plot containing n number of most frequent words within the Tweet dataset

Examples

1
plotFreqCloud(tweetDataFrameTokenized) plotFreqCloud(tweetDataFrameTokenized,10,5)

jakubk28/TwitterDMTools documentation built on June 25, 2021, 4:12 p.m.