View source: R/data_prep_and_process.R
patient_hist | R Documentation |
Visualize patient time series data from a preprocessed in a histogram for indicated parameter either normalized or non-normalized.
patient_hist(plist, Patient_ID, parameter, normalize)
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) |
Visualized patient time series data in a histogram for indicated parameter
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.