powered by
Plot the change of a measure (or set of measures) over time where each measure is in a different column
measure_change_over_time_wide(data, time_col, ...)
A data frame or tibble
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
# NOT RUN { measure_change_over_time_wide(ggplot2::economics, date, pop, unemploy) # }
Run the code above in your browser using DataLab