Description Usage Arguments Value Examples
Creates a ggplot2 plot of the frequency of tweets over a specified interval of time.
1 |
data |
Data frame or grouped data frame. |
by |
Desired interval of time expressed as numeral plus one of "secs", "mins", "hours", "days", "weeks", "months", or "years". If a numeric is provided, the value is assumed to be in seconds. |
trim |
The number of observations to drop off the beginning and end of the time series. |
tz |
Time zone to be used, defaults to "UTC" (Twitter default) |
... |
Other arguments passed to
|
If A basic time series plot
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## search for tweets containing "rstats"
rt <- search_tweets("rstats", n = 10000)
## plot frequency in 1 min intervals
ts_plot(rt, "mins")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.