Description Usage Arguments Value Examples
View source: R/SMP-framework-sub-functions.R
Creates a standardised movement unit dictionary for use in the SMP framework.
1 2 3 4 5 6 | create_movement_unit_dictionary(
default,
velocity_label,
acceleration_label,
turning_angle_label
)
|
default |
If default is = TRUE the function builds default movement unit dictionary. |
velocity_label |
A character string vector containing velocity descriptors. The default argument is c("Walk", "Jog", "Run", "Sprint"). |
acceleration_label |
A character string vector containing acceleration descriptors. The default argument is c("Deceleration", "Neutral", "Acceleration"). |
turning_angle_label |
A character string vector containing turning angle descriptors. The default argument is c("Straight", "Acute-Change", "Large-Change", "Backwards"). |
A standardised movement unit dictionary dataframe for use in the SMP framework.
1 | my_movement_dictionary <- create_movement_unit_dictionary(default = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.