emoPlotter: emoPlotter

Description Usage Arguments Details Value Examples

Description

Takes one EMO dataframe and outputs a faceted plot of the emotional arcs

Usage

1
emoPlotter(emoDF, showTrends = NULL, title = NULL, color = FALSE)

Arguments

emoDF

One EMO dataframes

showTrends

Optional input from slopeFinder, containing the best-fitting regression information, Default: NULL

title

Optional string providing title for the plot. Default: NULL

color

Show colours to indicate sentiment - requires EMO dataframe with colour data, Default: FALSE

Details

DETAILS

Value

Returns a plot object

Examples

1
2
3
4
5
6
## Not run: 
if (interactive()) {
  # EXAMPLE1
}

## End(Not run)

DataStrategist/thePlotThickens documentation built on May 23, 2021, 1:02 p.m.