Description Usage Arguments Value Examples
View source: R/measure_trends.R
Plot the change of a measure (or set of measures) over time where each measure is in a different column
1 | measure_change_over_time_wide(data, time_col, ...)
|
data |
A data frame or tibble |
time_col |
Unquoted column name with time values to plot on the x axis |
... |
Unquoted column names of one or more measures to plot (up to 6 measures) |
A ggplot plot object
1 | measure_change_over_time_wide(ggplot2::economics, date, pop, unemploy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.