ibi_value_label: Internal utility for generating dynamic text label...

Description Usage Arguments

View source: R/utils_graphing.R

Description

Internal utility for generating dynamic text label corresponding to ibi value

Usage

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

Arguments

base_plot

is a ggplot2 object, typically generated by generate_base_gui_plot

hover_point

value based on user hovering behavior - can be used to inspect specific IBI value to assist with 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.