generate_ppg_data_check_plot: Internal utility for plot generation

Description Usage Arguments

View source: R/utils_graphing.R

Description

generate_ppg_data_check_plot defines the properties of the plot called on the UI Processing Panel to check that the PPG data loading process was successful. The utility and resulting plot allow a user to visually inspect the imported signal based on settings defined on the UI Data Entry panel

Usage

1
2
3
4
5
generate_ppg_data_check_plot(
  ppg_data = NULL,
  ppg_col = "PPG",
  time_col = "Time"
)

Arguments

ppg_data

is a data.frame that contains the processed PPG signal and a time variable.

ppg_col

is of type character and is the column name in the ppg_data that contains the PPG signal

time_col

is of type character and is the column name in the ppg_data that contains the time variable


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.