highlight_ibis: Internal 'ibiVizEdit' utility that enables dynamic color...

Description Usage Arguments

View source: R/utils_graphing.R

Description

Internal ibiVizEdit utility that enables dynamic color selection based on selected points

Usage

1
2
3
4
5
6
highlight_ibis(
  base_plot = NULL,
  selected_points = NULL,
  time_col = "Time",
  ibi_col = "IBI"
)

Arguments

base_plot

is a ggplot2 object, typically generated by generate_base_gui_plot

selected_points

values returned from user either by clicking or using a "brush" to identify a set of IBIs for editing

time_col

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

ibi_col

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


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