Learn R Programming

PathwaySpace (version 1.0.2)

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
)

Value

An the function.

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.

Author

Mauro Castro.

See Also

circularProjection and polarProjection

Examples

Run this code
signalDecay()

Run the code above in your browser using DataLab