Description Usage Arguments Value Examples
View source: R/plotActivitySmooth.R
plotActivitySmooth Creates a smooth lineplot that shows the frequency of tweets per day.
1 | plotActivitySmooth(tweets, span = 0.1, plotly = FALSE)
|
tweets |
A 'tweets' dataframe. |
span |
Defines the smoothness of the plot. Default is 0.1. |
plotly |
Create interactive plot using plotly. Default is FALSE. |
A plot.
1 | plotActivitySmooth(tweets, span = 0.2, plotly=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.