tsplotter: Canned subroutine to plot time series for several variables

View source: R/plotUtils.R

tsplotterR Documentation

Canned subroutine to plot time series for several variables

Description

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

## Not run: 
overall_ineq = tsplotter(overall) + labs(title = 'Overall Inequality')

## End(Not run)

apoorvalal/LalRUtils documentation built on Sept. 22, 2023, 5:53 p.m.