HRVData: Data structure that stores the beats register and information related to it
indexFreqAnalysis: Numeric parameter used to reference a particular frequency analysis
band: The frequency band to be plotted. Allowd bands are "ULF", "VLF", "LF" (default), "HF" and "LF/HF")
normalized: Plots normalized powers if TRUE
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.
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.
eplim: Two-component vector specifying the y-range (min,max) for the vertical lines limiting each episode.
epColorPalette: Vector specifying the color of each of the episodes that will be plotted. The length of colorPalette should be equal or greater than the number of different episodes to be plotted.
markEpisodes: Boolean specyfing if a horizontal mark should be included for each of the episodes.
ymark: Two-component vector specifying the y-range (min,max) for the horizontal marks. Only used if markEpisodes = TRUE.
showEpLegend: Boolean argument. If TRUE, a legend of the episodes is included.
epLegendCoords: Two-component vector specifiying the coordinates where the legend should be placed. By defaul, the legend is placed on top of the plot.
Tag: Deprecated argument maintained for compatibility, use Tags instead
...: Other graphical parameters for plotting the power band. See plot.default.