Learn R Programming

xegaPermGene (version 1.0.0.1)

Decay: Exponential decay.

Description

Exponential decay.

Usage

Decay(t, lambda = 0.05)

Value

Vector with t elements with values of exponential decay.

Arguments

t

Number of objects.

lambda

Exponential decay constant.

See Also

Other Utility: without()

Examples

Run this code
Decay(5, 0.4)
Decay(10, 0.4)

Run the code above in your browser using DataLab