tl: The workhorse behind other trendline functions

View source: R/trendline_helpers.R

tlR Documentation

The workhorse behind other trendline functions

Description

The workhorse behind other trendline functions

Usage

tl(
  type,
  df,
  var,
  rollmean = 1,
  xmin = "",
  xmax = "",
  peers = "current",
  order = "descending",
  cat = "",
  plot_title = "",
  y_title = "",
  caption_text = "",
  subtitle_text = "",
  zero_start = F,
  ylimits = "",
  pctiles = T,
  use_var_type = F,
  shading = F,
  label_function = NULL,
  axis_function = NULL,
  year_breaks = NULL,
  endpoint_labels = TRUE,
  max_city = "",
  min_city = ""
)

greaterlouisvilleproject/glptools documentation built on Feb. 9, 2025, 11:21 a.m.