generate_base_gui_plot: Internal utility for gui plot generation

Description Usage Arguments

View source: R/utils_graphing.R

Description

generate_base_gui_plot defines the base plot that forms the basis for interactively editing IBIs

Usage

1
2
3
4
5
6
7
generate_base_gui_plot(
  ibi_data = NULL,
  color_map = NULL,
  ibi_col = "IBI",
  time_col = "Time",
  pnt_type = "pnt_type"
)

Arguments

ibi_data

is a data.frame that contains the IBI series being activel edited by the user during the session

color_map

is defined by internal ibibVizEdit settings that map point colors to each category

ibi_col

is of type character and is the column name in the ibi_data that contains the IBI series

time_col

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

pnt_type

is the default column name for the IBI data being edited that represents the status of the IBI value in terms of whether it was originally detected by the peak detection algorithm and if not what type of edit generated the final value present in the data set.


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