Decay: Exponential decay.

View source: R/xegaPermGene.R

DecayR Documentation

Exponential decay.

Description

Exponential decay.

Usage

Decay(t, lambda = 0.05)

Arguments

t

Number of objects.

lambda

Exponential decay constant.

Value

Vector with t elements with values of exponential decay.

See Also

Other Utility: without()

Examples

Decay(5, 0.4)
Decay(10, 0.4)


xegaPermGene documentation built on May 29, 2024, 3:13 a.m.