View source: R/trendline_helpers.R
tl | R Documentation |
The workhorse behind other trendline functions
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 = ""
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.