signalDecay: Signal decay functions

View source: R/pspaceDecay.R

signalDecayR Documentation

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.

Value

An the function.

Author(s)

Mauro Castro.

See Also

circularProjection and polarProjection

Examples

signalDecay()


PathwaySpace documentation built on Aug. 8, 2025, 6:47 p.m.