smoother_control.distrProfile {trackeR} | R Documentation |
Auxiliary function for
smoother.distrProfile
. Typically used to construct a
control argument for smoother.distrProfile
.
Description
Auxiliary function for
smoother.distrProfile
. Typically used to construct a
control argument for smoother.distrProfile
.
Usage
smoother_control.distrProfile(k = 30, sp = NULL, parallel = FALSE)
smootherControl.distrProfile(k = 30, sp = NULL, parallel = FALSE)
Arguments
k |
Number of knots. |
sp |
A vector of smoothing parameters passed on to |
parallel |
Logical. Should computation be carried out in parallel? |
[Package trackeR version 1.6.0 Index]