summary.chaos01.rqa: Print all the settings and results of the RQA computation.

Description Usage Arguments References See Also Examples

View source: R/rqa_diag.R

Description

This function prints structured results of the RQA computation.

Usage

1
2
## 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

rqa.seq, fast.rqa

Examples

1
2
3
4
vec.x <- gen.logistic(mu = 3.55, iter = 2000)

res <- fast.rqa(vec.x, dim = 3, lag = 10, eps = 0.3)
summary(res)

Example output

SETTINGS
---------------------------------------------------
Embedding dimension :  3 
Delay time          :  10 
Thresholds (eps)    :  0.3 
Theiler window      :  1 
Minimal line length :  3 
      
RECURRENCE PLOT STATISTICS
---------------------------------------------------
Total recurrences :  1944896 
Recurrences on diagonal lines :  1944406 
Number of diagonal lines      :  1974 
Recurrences on vertical lines :  0 
Number of vertical lines      :  0 

RQA MEASURES
---------------------------------------------------
Recurrence rate (RR)         :  0.496347 
Determinism (DET)            :  0.9997481 
RATIO - DET/RR               :  0.4964721 
Average diagonal line length :  985.0081 
Maximal diagonal line length :  1971 
Divergence (1/MAX)           :  0.0005073567 
Laminarity                   :  0 
Trapping time                :  NaN 
Maximal vertical line length :  1

Chaos01 documentation built on Aug. 21, 2019, 5:10 p.m.