- pts
A PathwaySpace class object.
- knn
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.
- 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
).
- ...
Additional arguments passed to the decay function.