Description Usage Arguments Value Examples
View source: R/SMP-framework-sub-functions.R
Identifies the movement unit subsequence index's by delineating the velocity vector time-series using the user selected threshold value.
1 | identify_index_ranges(velocity_vector, threshold_value)
|
velocity_vector |
A participants velocity vector time-series. |
threshold_value |
A numeric value representing the change point velocity. |
The start and end index values of the movement unit subsequences.
1 2 | my_index_data <- identify_index_ranges(velocity_vector = player_df$Velocity,
threshold_value = 1.20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.