Interactive time unit operations
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | vg_year(x, step = 1, utc = FALSE)
vg_quarter(x, step = 1, utc = FALSE)
vg_month(x, step = 1, utc = FALSE)
vg_yearmonth(x, step = 1, utc = FALSE)
vg_date(x, step = 1, utc = FALSE)
vg_week(x, step = 1, utc = FALSE)
vg_day(x, step = 1, utc = FALSE)
vg_dayofyear(x, step = 1, utc = FALSE)
vg_hours(x, step = 1, utc = FALSE)
vg_minutes(x, step = 1, utc = FALSE)
vg_seconds(x, step = 1, utc = FALSE)
vg_milliseconds(x, step = 1, utc = FALSE)
|
x |
A data variable, used in conjunction with |
step |
An integer to define the number of time steps. |
utc |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.