smoother_control.trackeRdata {trackeR} | R Documentation |
Auxiliary function for smoother.trackeRdata
. Typically used to construct
a control argument for smoother.trackeRdata
.
Description
Auxiliary function for smoother.trackeRdata
. Typically used to construct
a control argument for smoother.trackeRdata
.
Usage
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,
...
)
Arguments
fun |
The name of the function to be matched and used to aggregate/smooth the data. |
width |
The width of the window in which the raw observations
get aggregated via function |
parallel |
Logical. Should computation be carried out in
parallel? If |
what |
Vector of the names of the variables which should be smoothed. |
nsessions |
Vector containing the number of session. Default corresponds to all sessions belonging to the same group. Used only internally. |
... |
Currently not used. |
See Also
[Package trackeR version 1.6.0 Index]