get_dynamic_numerical_results: export function to get analysis results

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

get_dynamic_numerical_resultsR Documentation

export function to get analysis results

Description

export function to get analysis results

Usage

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

Arguments

analysis_type

analysis type (poincare, runs, spectral)

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

asym_comparisons

comparisons for dynamic asymmetry analysis

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.