prepareSplineVariables | R Documentation |
Prepare data for smoothed spline fitting.
prepareSplineVariables(
df,
CC = TRUE,
handvar = "hand",
locvar = "tap",
unit = "cm",
r = 1
)
df |
Data frame with localization data, this contains at least the
variables: |
CC |
(boolean) Apply circleCorrect or not (default: |
handvar |
Part of column names specifying reach endpoints (default: |
locvar |
Part of column names specifying hand location (default: |
unit |
Unit of the four location variables (default: |
r |
Radius for the circleCorrect procedure (default: |
Hand lcalization data frame extended with columns to be used for smooth spline fitting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.