get_numerical_results: export function to get analysis results

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

get_numerical_resultsR Documentation

export function to get analysis results

Description

export function to get analysis results

Usage

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

flags_coding

list with flags_coding

shuffle

whether the data should be shuffled

pnnX_th

thresholds vector for pnnX calculations

pnn_perc_th

thresholds vector for pnnX calculations

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.