Skip to contents

Plot multiple indicator time series that fit into themes

Usage

plot_multiple_indicators(
  data,
  x_column,
  y_column,
  color_var,
  y_label,
  legend_labels
)

Arguments

data

is a data frame with YEAR, value, name

x_column

is the YEAR column

y_column

is the value column

color_var

is the name column

y_label

is a character string in ""

legend_labels

is a group of character strings in ""

Value

a plot