Learn R Programming

RHRV (version 2.4)

PlotPowerBand: Plots power determined by CalculatePowerBand function

Description

Plots the power of the heart rate signal at different bands of interest.

Usage

PlotPowerBand(HRVData, indexFreqAnalysis, normalized = FALSE, hr = FALSE, ymax = 160000, ymaxratio = 10, ymaxnorm = 1, Tag = NULL, verbose=FALSE)

Arguments

HRVData
Data structure that stores the beats register and information related to it
indexFreqAnalysis
Reference to the data structure that will contain the variability analysis
normalized
Plots normalized powers if TRUE
hr
Plots heart rate signal if TRUE
ymax
Maximum value for y axis (unnormalized plots)
ymaxratio
Maximum value for y axis in LF/HF band (normalized and unnormalized plots)
ymaxnorm
Maximum value for y axis (normalized plots)
Tag
Argument that allows to specify if episodes contained in Data are represented by means of coloured boxes, for example apnoea or oxygen desaturation, "ALL" for all episodes
verbose
Deprecated argument maintained for compatibility, use SetVerbose() instead

References

L. Rodriguez-Linares, X. Vila, A. Mendez, M. Lado, D. Olivieri, "RHRV: An R-based software package for heart rate variability analysis of ECG recordings," 3rd Iberian Conference in Systems and Information Technologies (CISTI 2008), Proceedings I, 565-573, ISBN: 978-84-612-4476-8 (2008)

See Also

CalculatePowerBand for power calculation