summary.chaos01.rqa {Chaos01} | R Documentation |
Print all the settings and results of the RQA computation.
Description
This function prints structured results of the RQA computation.
Usage
## S3 method for class 'chaos01.rqa'
summary(object, ...)
Arguments
object |
the object of "chaos01.rqa" class, produced by fast.rqa function. |
... |
further arguments passed to or from other methods. |
References
N. Marwan; M. C. Romano; M. Thiel; J. Kurths (2007). "Recurrence Plots for the Analysis of Complex Systems". Physics Reports. 438 (5-6): 237. Bibcode:2007PhR...438..237M. doi:10.1016/j.physrep.2006.11.001.
See Also
Examples
vec.x <- gen.logistic(mu = 3.55, iter = 2000)
res <- fast.rqa(vec.x, dim = 3, lag = 10, eps = 0.3)
summary(res)
[Package Chaos01 version 1.2.1 Index]