footprint {pressuRe}R Documentation

Footprint

Description

Determines footprint of pressure data

Usage

footprint(pressure_data, variable = "max", frame = NULL, plot = FALSE)

Arguments

pressure_data

List. Includes a 3D array covering each timepoint of the measurement. z dimension represents time

variable

String. "max" = maximum value of each sensor across full dataset. "mean" = average value of sensors over full dataset."frame" = an individual pressure frame. "meanmax" average max values across cycles ( currently just for pedar)

frame

Integer. Only used if variable = "frame".

plot

Logical. Display pressure image

Value

Matrix. Maximum or mean values for all sensors

Examples

emed_data <- system.file("extdata", "emed_test.lst", package = "pressuRe")
pressure_data <- load_emed(emed_data)
footprint(pressure_data, plot = FALSE)

[Package pressuRe version 0.2.4 Index]