smoother.trackeRdata
. Typically used to construct
a control argument for smoother.trackeRdata
.Auxiliary function for smoother.trackeRdata
. Typically used to construct
a control argument for smoother.trackeRdata
.
smoother_control.trackeRdata(
fun = "mean",
width = 10,
parallel = FALSE,
what = c("speed", "heart_rate"),
nsessions = NA,
...
)smootherControl.trackeRdata(
fun = "mean",
width = 10,
parallel = FALSE,
what = c("speed", "heart_rate"),
nsessions = NA,
...
)
The name of the function to be matched and used to aggregate/smooth the data.
The width of the window in which the raw observations
get aggregated via function fun
.
Logical. Should computation be carried out in
parallel? If TRUE
computation is performed in parallel
using the backend provided to foreach
. Default is
FALSE
.
Vector of the names of the variables which should be smoothed.
Vector containing the number of session. Default corresponds to all sessions belonging to the same group. Used only internally.
Currently not used.
smoother.trackeRdata