patient_hist: Visualize patient time series data in histogram

View source: R/data_prep_and_process.R

patient_histR Documentation

Visualize patient time series data in histogram

Description

Visualize patient time series data from a preprocessed in a histogram for indicated parameter either normalized or non-normalized.

Usage

patient_hist(plist, Patient_ID, parameter, normalize)

Arguments

plist

List storing patient time series data (also see function: patient_list)

Patient_ID

Patient_ID referring to a list element (also see function: patient_list)

parameter

Parameter of interest in list element

normalize

TRUE/FALSE if z-normalization is required (TRUE by default)

Value

Visualized patient time series data in a histogram for indicated parameter

Examples

list <- patient_list("
https://raw.githubusercontent.com/MrMaximumMax/FBCanalysis/master/demo/phys/data.csv",
GitHub = TRUE)
#Sampling frequency is supposed to be daily
patient_hist(list,"testpat_1","PEF")


MrMaximumMax/FBCanalysis documentation built on June 23, 2022, 8:21 p.m.