Description Usage Arguments Details Value Examples
Takes one EMO dataframe and outputs a faceted plot of the emotional arcs
1 | emoPlotter(emoDF, showTrends = NULL, title = NULL, color = FALSE)
|
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
Returns a plot object
1 2 3 4 5 6 | ## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.