helper_adj: Basic adjustment via helper function

View source: R/gttrend_adj.R

helper_adjR Documentation

Basic adjustment via helper function

Description

This function is a helper function to reduce duplicate code intrend_adj() and seas_adj(). For further info, see their docstrings.

Usage

helper_adj(series, log.trafo = F)

Arguments

series

The input tibble in tidy form with columns time, value and optional column id.

log.trafo

Logical, indicates if value should be transformed to log(value).

Value

This function returns a tibble.


johannes97s/ifwtrends documentation built on Oct. 9, 2022, 7:01 p.m.