
Extract BioSPPy-style PPG pulse templates
Source:R/biosppy-style.R
extract_gazepoint_ppg_templates.RdExtract BioSPPy-style PPG pulse templates
Usage
extract_gazepoint_ppg_templates(
data,
signal_col = NULL,
time_col = NULL,
peaks = NULL,
group_cols = NULL,
sampling_rate_hz = NULL,
before_seconds = 0.3,
after_seconds = 0.6
)