Description Usage Arguments Details warning Author(s) References Examples
Recurrence plot
1 |
series |
time series |
m |
embedding dimension |
d |
time delay |
start.time |
starting time window (in time units) |
end.time |
ending time window (in time units) |
... |
further parameters to be passed to |
Produces the recurrence plot, as proposed by Eckmann et al. (1987). White is maximum distance, black is minimum.
Be awared that number of distances to store goes as n^2
, where n = length(window(series, start=start.time, end=end.time))
!
Antonio, Fabio Di Narzo
Eckmann J.P., Oliffson Kamphorst S. and Ruelle D., Recurrence plots of dynamical systems, Europhys. Lett., volume 4, 973 (1987)
1 |
Loading required package: deSolve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.