ReadFromFile {RHRV} | R Documentation |
Reads data structure from file
Description
Reads the data structure containing beat positions and all derived calculations from file
Usage
ReadFromFile(name, verbose=FALSE)
Arguments
name |
The name of the file to be used (without the .hrv extension) |
verbose |
Logical value that sets the verbose mode on or off |
Value
Returns the HRVData structure previously stored in the given file.
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)
[Package RHRV version 4.2.7 Index]