Learn R Programming

ezEDA (version 0.1.1)

measure_change_over_time_wide: Plot the change of a measure (or set of measures) over time where each measure is in a different column

Description

Plot the change of a measure (or set of measures) over time where each measure is in a different column

Usage

measure_change_over_time_wide(data, time_col, ...)

Arguments

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)

Value

A ggplot plot object

Examples

Run this code
# NOT RUN {
measure_change_over_time_wide(ggplot2::economics, date, pop, unemploy)
# }

Run the code above in your browser using DataLab