View source: R/pressuRe_functions.R
auto_detect_side | R Documentation |
Detects which foot plantar pressure data is from (left or right), usually would only be needed for barefoot pressure plate data. Generally reliable but may be thrown off by severe deformities or abnormal walking patterns
auto_detect_side(pressure_data)
pressure_data |
List. First item should be a 3D array covering each timepoint of the measurement. z dimension represents time |
String. "LEFT" or "RIGHT"
emed_data <- system.file("extdata", "emed_test.lst", package = "pressuRe")
pressure_data <- load_emed(emed_data)
auto_detect_side(pressure_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.