Skip to contents

This function plots an indicator time series with a year, indicator name, and data value with mean and standard deviation lines.

Usage

plt_indicator(data, ar = 1/4, include_trends = TRUE)

Arguments

data

A data frame with columns of YEAR, INDICATOR_NAME, and DATA_VALUE

ar

Aspect Ratio for the resulting plot

Value

A ggplot