Skip to contents

Computes the pressure-weighted centroid of active sensors for each frame. Frames with no loaded sensors return NA for x and y.

Usage

pr_calc_cop(trial, threshold = 0)

Arguments

trial

A pr_trial object.

threshold

Numeric. Sensors at or below are treated as unloaded. Default 0.

Value

A pr_cop object containing x (mm), y (mm), time (s), and derived metrics.

Examples

cop <- pr_calc_cop(pr_example_trial("saddle_horse"))
print(cop)
#> 
#> ── pr_cop ──
#> 
#> • Frames: 500
#> • Path length: 4455.43 mm
#> • Mean velocity: 445.54 mm/s
#> • Max velocity: 1102.3 mm/s
#> • Range (x): 137.87 mm
#> • Range (y): 17.33 mm
#> • Sway area (95% ellipse): 2407.98 mm²