tl_rolling_mean: Calculate the rolling mean of a data frame

View source: R/trendline_helpers.R

tl_rolling_meanR Documentation

Calculate the rolling mean of a data frame

Description

Calculate the rolling mean of a data frame

Usage

tl_rolling_mean(
  df,
  xmin,
  xmax,
  rollmean,
  subtitle_text,
  type,
  zero_start,
  return_only_df = F
)

Value

A list containing df, xmin, xmax ,and subtitle_text


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