Plots in a simple way the interpolated instantaneous heart rate signal.
PlotHR(HRVData, Tags = NULL, Indexes = NULL,
main = "Interpolated instantaneous heart rate", xlab = "time (sec.)",
ylab = "HR (beats/min.)", type = "l", ylim = NULL, Tag = NULL,
verbose = NULL, ...)Data structure that stores the beats register and information related to it.
List of tags to specify which episodes, as apnoea or oxygen desaturation, are included in the plot. Tags="all" plots all episodes present in the data.
List of indexes of episodes (see ListEpisodes)
to specify which episodes are included in the plot.
Indexes="all" plots all episodes present in the data.
A main title for the plot.
A label for the x axis.
a label for the y axis
1-character string giving the type of plot desired. See
plot.default.
The y limits of the plot.
Deprecated argument maintained for compatibility, use Tags instead.
Deprecated argument maintained for compatibility, use SetVerbose() instead
Other graphical parameters. See
plot.default.
PlotHR
L. Rodriguez-Linares, L., A.J. Mendez, M.J. Lado, D.N. Olivieri, X.A. Vila, and I. Gomez-Conde, "An open source tool for heart rate variability spectral analysis", Computer Methods and Programs in Biomedicine 103(1):39-50, july 2011.