Description Usage Arguments Value
View source: R/fct_gp_impute_core.R
Internal utility for defining time variable over which to impute
1 2 3 4 5 6 7 | generate_imputation_time(
ppg_data = NULL,
time_min = NULL,
time_max = NULL,
ds = NULL,
time_col = "Time"
)
|
ppg_data |
|
time_min |
lower boundary of the time window that defines the PPG data selected for imputation |
time_max |
upper boundary of the time window that defines the PPG data selected for imputation |
ds |
downsampled sampling rate in Hz |
time_col |
name of the column in the PPG |
the time values corresponding to the imputation window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.