cop {pressuRe} | R Documentation |
Generates xy coordinates for center of pressure during each frame of measurement
cop(pressure_data)
pressure_data |
List. First item is a 3D array covering each timepoint of the measurement. z dimension represents time |
Data frame with x and y coordinates of COP throughout trial
emed_data <- system.file("extdata", "emed_test.lst", package = "pressuRe")
pressure_data <- load_emed(emed_data)
cop(pressure_data)