Learn R Programming

tma (version 0.3.1)

decay: Internal: Decay function factory (legacy)

Description

Internal factory for creating decay functions, used in TMA v0.1.0. Not exported. Kept for backward compatibility with legacy code.

Usage

decay(what, ...)

Value

A function that applies the specified decay kernel to its input.

Arguments

what

Function to use as the decay kernel.

...

Named parameters to pass to `what`.