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