AnalyzeHRbyEpisodes {RHRV} | R Documentation |
Analyzes Heart Rate using episodes information
Description
Analyzes Heart Rate allowing to evaluate the application of a desired function inside and outside episodes
Usage
AnalyzeHRbyEpisodes(HRVData, Tag="", func, ..., verbose=NULL)
Arguments
HRVData |
Data structure that stores the beats register and information related to it |
Tag |
Type of episode |
func |
Function to be applied to Heart Rate Data inside and outside episodes |
... |
optional arguments to func |
verbose |
Deprecated argument maintained for compatibility, use SetVerbose() instead |
Value
Returns a list with two objects, that is, the values of the application of the selected function inside and outside episodes
Author(s)
M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila
References
L. Rodriguez-Linares, A. Mendez, M. Lado, D. Olivieri, X. Vila, I. Gomez-Conde, "An open source tool for heart rate variability spectral analysis", Computer Methods and Programs in Biomedicine 103, 39-50, doi:10.1016/j.cmpb.2010.05.012 (2011)
See Also
SplitHRbyEpisodes
for splitting in two parts Heart Rate Data using an specific episode type