View source: R/trackeRdata_smoother.R
smoother_control.trackeRdata | R Documentation |
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,
...
)
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. |
smoother.trackeRdata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.