- pts
A PathwaySpace class object.
- kns
A single positive integer determining the k-nearest signal
sources used in the signal convolution operation.
- pdist
A term (in [0,1]
) determining a distance unit for the
signal convolution related to the image space. This distance will affect the
extent over which the convolution operation projects the signal between
source- and destination points. The signal projection tends to zero at
`pdist`, and when `pdist = 1` the projection will extend to its maximum
distance, defined by the diameter of the inscribed circle within the
pathway space.
- rescale
A single logical value indicating whether to rescale
the signal. If the signal >=0
, then it will be rescaled to
[0,1]
; if the signal <=0
, then it will be rescaled to
[-1,0]
; and if the signal in (-Inf,+Inf)
, then it will be
rescaled to [-1,1]
.
- verbose
A single logical value specifying to display detailed
messages (when verbose=TRUE
) or not (when verbose=FALSE
).
- decay_fun
A signal decay function. Available: 'Weibull',
'exponential', and 'linear' functions (see weibullDecay
).
- knn
Deprecated from PathwaySpace 1.0; use `kns` instead.
- ...
Additional arguments passed to the decay function.