get_dynamic_pp_results: function for getting the results of dynamic Poincare Plot...

View source: R/data-crunching-functions-dynamic.R

get_dynamic_pp_resultsR Documentation

function for getting the results of dynamic Poincare Plot analysis

Description

function for getting the results of dynamic Poincare Plot analysis

Usage

get_dynamic_pp_results(
  fileAddresses,
  time_functions_list = glb_time_functions,
  separator = "\t",
  column_data = c(1, 2),
  minmax = c(0, 3000),
  using_excel = FALSE,
  window_type,
  time_unit,
  move_type,
  window_length,
  clicked_file = NULL,
  asym_comparisons = NULL,
  flags_coding,
  shuffle,
  tolerance,
  pnnX_th,
  pnn_perc_th
)

Arguments

separator

the separator chosen by the user

column_data

a 1x2 vector with the numbers of columns holding RR intervals and annotations

minmax

1x2 vector with the maximum and minimum acceptable RR intervals values

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

clicked_file

number of clicked file or NULL

flags_coding

list with flags_coding

shuffle

whether the data should be shuffled

tolerance

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

pnnX_th

pnnX thresholds vector

pnn_perc_th

pnn_perc_th thresholds vector

file_addresses

the addresses of the uploaded file(s)

using_Excel

boolean, whether Excel files are used

Value

the results of Poincare plot analysis


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