identify_index_ranges: Identify index ranges

Description Usage Arguments Value Examples

View source: R/SMP-framework-sub-functions.R

Description

Identifies the movement unit subsequence index's by delineating the velocity vector time-series using the user selected threshold value.

Usage

1
identify_index_ranges(velocity_vector, threshold_value)

Arguments

velocity_vector

A participants velocity vector time-series.

threshold_value

A numeric value representing the change point velocity.

Value

The start and end index values of the movement unit subsequences.

Examples

1
2
my_index_data <- identify_index_ranges(velocity_vector = player_df$Velocity, 
                                       threshold_value = 1.20)

Ryan-Colin-White/smp-framework-in-r documentation built on Dec. 18, 2021, 11:55 a.m.