
Run a full HeartPy-style Gazepoint pulse/PPG process
Source:R/heartpy-extended.R
process_gazepoint_ppg_heartpy_style.RdRun a full HeartPy-style Gazepoint pulse/PPG process
Arguments
- data
Data frame or numeric pulse/PPG signal.
- signal_col
Signal column when data is a data frame.
- time_col
Optional time column.
- group_cols
Optional grouping columns.
- sampling_rate_hz
Sampling rate in Hz.
- clean_rr
Whether to clean RR intervals after peak rejection.
- clean_rr_method
RR cleaning method.
- frequency_method
Frequency-domain method.
- output_dir
Optional output directory. If NULL, no files are written.
- ...
Additional arguments passed to detect_gazepoint_ppg_peaks().