generate_imputation_time: Internal utility for defining time variable over which to...

Description Usage Arguments Value

View source: R/fct_gp_impute_core.R

Description

Internal utility for defining time variable over which to impute

Usage

1
2
3
4
5
6
7
generate_imputation_time(
  ppg_data = NULL,
  time_min = NULL,
  time_max = NULL,
  ds = NULL,
  time_col = "Time"
)

Arguments

ppg_data

data.frame that contains the 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 data.frame that contains timing information in seconds

Value

the time values corresponding to the imputation window


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