Decay | R Documentation |
Exponential decay.
Decay(t, lambda = 0.05)
t |
Number of objects. |
lambda |
Exponential decay constant. |
Vector with t elements with values of exponential decay.
Other Utility:
without()
Decay(5, 0.4)
Decay(10, 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.