plotFreqBar: plotFreqBar

Description Usage Arguments Value Examples

View source: R/visualisationFunctions.R

Description

Plot a bar chart of the n most frequent words in the Tweet data set

Usage

1
plotFreqBar(tweetDataFrameTokenized, numOfWords = 10)

Arguments

tweetDataFrameTokenized

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

numOfWords

Top n words to be plotted, default is 10.

Value

Top n most frequent words used in the Tweet dataset.

Examples

1
plotFreqBar(tweetDataFrameTokenized,5) plotFreqBar(tweetDataFrameTokenized)

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