Graph of indicators by year, with or without moving average and/or reference line
Source:R/ui-elements.R
time_graph.RdGraph of indicators by year, with or without moving average and/or reference line
Usage
time_graph(
df,
indicator,
ma = FALSE,
weight = NULL,
ylabel = NULL,
refline = NULL,
percent = FALSE
)