measure_change_over_time_wide {ezEDA}R Documentation

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

measure_change_over_time_wide(ggplot2::economics, date, pop, unemploy)

[Package ezEDA version 0.1.1 Index]