linearDecay | R Documentation |
The linearDecay
function is used by PathwaySpace's
methods for signal convolution and projection.
linearDecay(x, signal = 1)
x |
A numeric vector of distances (in [0,1]). |
signal |
A single numeric value representing a signal.
|
A numeric vector; if missing 'x', it will return decay function.
Mauro Castro.
weibullDecay
, expDecay
x <- seq(0, 2, 0.01)
y <- linearDecay(x, signal = 1)
plot(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.