View source: R/utils_graphing.R
Internal ibiVizEdit
utility that adds PPG to plot
1 2 3 4 5 6 7 | add_ppg_waveform(
base_plot = NULL,
ppg_data = NULL,
show_ppg = FALSE,
time_col = "Time",
ppg_col = "PPG"
)
|
base_plot |
is a |
ppg_data |
is a |
show_ppg |
logical value based on user selection. Status governs the display of underlying PPG signal |
time_col |
is of type |
ppg_col |
is of type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.