Sentiment Analysis in R
Ted Kwartler
Data Dude
Good Visuals
Bonus:
Sentiment timeline - a way of displaying sentiment values in chronological order. It is typically a graphic design showing time periods, such as months, as the X axis and the sentiment values as Y axis values either as a line or series of bars.
ggplot2
is a popular library based on the "grammar of graphics" for constructing visuals in R.
Sentiment Analysis in R