load_footscan: Load footscan data

View source: R/pressuRe_functions.R

load_footscanR Documentation

Load footscan data

Description

Imports and formats files collected on footscan systems (formerly RSScan)

Usage

load_footscan(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to emed pressure file

Value

A list with information about the pressure data.

  • pressure_array. 3D array covering each timepoint of the measurement. z dimension represents time

  • pressure_system. String defining pressure system

  • sens_size. Numeric vector with the dimensions of the sensors

  • time. Numeric value for time between measurements

  • masks. List

  • events. List

  • sensor_polygons. Data frame with corners of sensors

  • max_matrix. Matrix

@examples footscan_data <- system.file("extdata", "footscan_test.xls", package = "pressuRe") pressure_data <- load_footscan(footscan_data) @importFrom readxl read_excel @export


pressuRe documentation built on May 29, 2024, 9:24 a.m.