signalDecay: Signal decay functions
Description
Signal decay functions for PathwaySpace
internal calls.
Usage
signalDecay(
method = c("weibull", "exp", "linear"),
decay = 0.001,
shape = 1.05
)
Arguments
- method
A character string specifying a method for
signal decay (any of weibull
, exp
, or linear
),
returning weibullDecay
, expDecay
,
or linearDecay
functions, respectively.
- decay
A decay factor (in (0,1]) passed to the
weibullDecay
and expDecay
functions.
- shape
A parameter (>=1) passed to the weibullDecay
function.
See Also
circularProjection
and polarProjection