View source: R/pressuRe_functions.R
load_emed | R Documentation |
Imports and formats .lst files collected on emed system and exported from Novel software
load_emed(pressure_filepath)
pressure_filepath |
String. Filepath pointing to emed pressure file |
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 areas 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 with maximum image
emed_data <- system.file("extdata", "emed_test.lst", package = "pressuRe")
pressure_data <- load_emed(emed_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.