Recurrence Plot
Plot the recurrence matrix of the RR time series.
RecurrencePlot( HRVData, numberPoints = 1000, embeddingDim = NULL, timeLag = NULL, radius = 1, ... )
HRVData
: Data structure that stores the beats register and information related to itnumberPoints
: 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.WARNING: This function is computationally very expensive. Use with caution.
This function is based on the recurrencePlot
function from the nonlinearTseries package.
Zbilut, J. P. and C. L. Webber. Recurrence quantification analysis. Wiley Encyclopedia of Biomedical Engineering (2006).
recurrencePlot
, RQA