View source: R/utils_graphing.R
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
1 2 3 4 5 | generate_ppg_data_check_plot(
ppg_data = NULL,
ppg_col = "PPG",
time_col = "Time"
)
|
ppg_data |
is a |
ppg_col |
is of type |
time_col |
is of type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.