get_pp_results: function for getting the results of Poincare Plot analysis

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

get_pp_resultsR Documentation

function for getting the results of Poincare Plot analysis

Description

function for getting the results of Poincare Plot analysis

Usage

get_pp_results(
  fileAddresses,
  separator = "\t",
  column_data = c(1, 2),
  minmax = c(0, 3000),
  using_excel = FALSE,
  flags_coding,
  shuffle,
  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

flags_coding

list with flags_coding

shuffle

whether the data should be shuffled

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.