plotBigrams: plotBigrams

Description Usage Arguments Value Examples

View source: R/visualisationFunctions.R

Description

Plot a cloud plot showing how bigrams connect together and the frequency of bigrams

Usage

1
plotBigrams(tweetDataFrameTokenized, minWordFreq = 5)

Arguments

tweetDataFrameTokenized

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

minWordFreq

Minimum frequency of word to appear on the plot.

Value

Directional cloud plot displaying connectivity between Bigrams

Examples

1
plotBigrams(tweetDataFrameTokenized,10) plotBigrams(tweetDataFrameTokenized)

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