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

RecurrencePlot

Recurrence Plot


Description

Plot the recurrence matrix of the RR time series.

Usage

RecurrencePlot(HRVData, numberPoints = 1000, embeddingDim = NULL,
  timeLag = NULL, radius = 1, ...)

Arguments

HRVData

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

numberPoints

Number of points from the RR time series to be used in the RQA computation. Default: 1000 heartbeats.

embeddingDim

Integer denoting the dimension in which we shall embed the RR time series.

timeLag

Integer denoting the number of time steps that will be use to construct the Takens' vectors.

radius

Maximum distance between two phase-space points to be considered a recurrence.

...

Additional plotting parameters.

Details

WARNING: This function is computationally very expensive. Use with caution.

Note

This function is based on the recurrencePlot function from the nonlinearTseries package.

References

Zbilut, J. P. and C. L. Webber. Recurrence quantification analysis. Wiley Encyclopedia of Biomedical Engineering (2006).

See Also


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.