Skip to contents

Canned subroutine to plot time series for several variables

Usage

tsplotter(df, timevar = "year")

Arguments

df

A dataframe

timevar

a string with a colname for the time variable

Examples

if (FALSE) {
overall_ineq = tsplotter(overall) + labs(title = 'Overall Inequality')
}