plotActivitySmooth: plotActivitySmooth Creates a smooth lineplot that shows the...

Description Usage Arguments Value Examples

View source: R/plotActivitySmooth.R

Description

plotActivitySmooth Creates a smooth lineplot that shows the frequency of tweets per day.

Usage

1
plotActivitySmooth(tweets, span = 0.1, plotly = FALSE)

Arguments

tweets

A 'tweets' dataframe.

span

Defines the smoothness of the plot. Default is 0.1.

plotly

Create interactive plot using plotly. Default is FALSE.

Value

A plot.

Examples

1
plotActivitySmooth(tweets, span = 0.2, plotly=TRUE)

helderheit/vectR documentation built on May 21, 2019, 9:37 a.m.