Creates a ggplot2 plot of the frequency of tweets over a specified interval of time.
ts_plot(data, by = "days", trim = 0L, tz = "UTC", ...)
If
ggplot2 is
installed then a ggplot2::ggplot()
plot object.
Data frame or grouped data frame.
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.
The number of observations to drop off the beginning and end of the time series.
Time zone to be used, defaults to "UTC" (Twitter default)
Other arguments passed to
ggplot2::geom_line()
.
rtweet-deprecated