tw_timeseries: Creates a time series object with frecuencies

Description Usage Arguments Value Author(s) See Also

View source: R/statistics.R

Description

Creates a time series object with frecuencies

Usage

1
2
3
4
5
6
7
## S3 method for class 'tw_Class_ts'
plot(x, rangeSelector = TRUE,
  main = "Number of daily tweets", xlab = NULL, ylab = NULL,
  group = NULL, width = 600, height = 400, ...)

tw_timeseries(obj, created_at, units = c("secs", "mins", "hours", "days"),
  nseries = 5, span = 30)

Arguments

x

An object of class tw_Class_ts.

rangeSelector

Logical scalar. Wheather or not to include a time range selector.

main, xlab, ylab, group, width, height

Passed to dygraphs::dygraph().

...

Further arguments to be passed to the dygraphs::dygraph().

obj

Any of the members of the output list from tw_extract()

created_at

POSIXct class vector

units

Time unit

nseries

Number of series to include

span

Number of time units to consider

Value

xts class

Author(s)

George G. Vega Yon

George G. Vega Yon

See Also

Other statistics: plot.tw_Class_table, tw_sentiment


gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.