Basic Examples 
(2)
 

View the cross recurrence plot of two random lists:
In[1]:=
[◼]
CrossRecurrencePlot
[RandomInteger[10,100],RandomInteger[10,100]]
Out[1]=
———
View the cross recurrence plot of just one list of random integer values. Note the symmetry across the diagonal:
In[1]:=
[◼]
CrossRecurrencePlot
[#,#]&[RandomInteger[10,100]]
Out[1]=

Scope 
(7)
 


Applications 
(2)
 
