measure_change_over_time_wide: Plot the change of a measure (or set of measures) over time...

Description Usage Arguments Value Examples

View source: R/measure_trends.R

Description

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

Usage

1

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

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

kviswana/ezEDA documentation built on July 1, 2021, 1:02 p.m.