Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PlotHR

Simple plot of interpolated heart rate


Description

Plots in a simple way the interpolated instantaneous heart rate signal.

Usage

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, ...)

Arguments

HRVData

Data structure that stores the beats register and information related to it.

Tags

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.

Indexes

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.

main

A main title for the plot.

xlab

A label for the x axis.

ylab

a label for the y axis

type

1-character string giving the type of plot desired. See plot.default.

ylim

The y limits of the plot.

Tag

Deprecated argument maintained for compatibility, use Tags instead.

verbose

Deprecated argument maintained for compatibility, use SetVerbose() instead

...

Other graphical parameters. See plot.default.

Details

PlotHR

Author(s)

M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila, C.A. Garcia

References

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.


RHRV

Heart Rate Variability Analysis of ECG Data

v4.2.6
GPL-2
Authors
Leandro Rodriguez-Linares [aut, cre], Xose Vila [aut], Maria Jose Lado [aut], Arturo Mendez [aut], Abraham Otero [aut], Constantino Antonio Garcia [aut], Matti Lassila [ctb]
Initial release
2020-12-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.