| PlotNIHR | R Documentation | 
Plots in a simple way the non-interpolated instantaneous heart rate signal
PlotNIHR(
  HRVData,
  Tags = NULL,
  Indexes = NULL,
  main = "Non-interpolated instantaneous heart rate",
  xlab = "time (sec.)",
  ylab = "HR (beats/min.)",
  type = "l",
  ylim = NULL,
  Tag = NULL,
  verbose = NULL,
  ...
)
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 to specify which episodes (see ListEpisodes), 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 
  | 
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 
  | 
PlotNIHR
M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila, C.A. Garcia
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.