get_single_quality_windowed_results: Function calculating windowed quality results for a single RR...

get_single_quality_windowed_resultsR Documentation

Function calculating windowed quality results for a single RR time series

Description

Function calculating windowed quality results for a single RR time series

Usage

get_single_quality_windowed_results(
  RR,
  time_functions_list = glb_time_functions,
  window_type = "jump",
  time_unit = "minute",
  move_type = "time",
  window_length = 5,
  cut_end = FALSE,
  return_all = FALSE,
  tolerance = 0.05,
  shuffle = "No"
)

Arguments

RR

rr object

window_type

string, jumping or sliding

time_unit

unit of time (minutes or seconds)

move_type

string, time based or index based

window_length

numeric, window length

tolerance

what is the maximum data loss in a single window in dynamic analysis that should be tolerated

shuffle

whether the data should be shuffled

Value

data.frame with results for windows as rows


jaropis/HRAexplorer documentation built on March 20, 2024, 7:05 a.m.