Skip to content

Commit b87b5e2

Browse files
pucicuDatseris
andauthored
Update rplots.md (#163)
* Update rplots.md add example with GlobalRecurrenceRate(RR) * Update docs/src/rplots.md * Update Project.toml --------- Co-authored-by: George Datseris <[email protected]>
1 parent 64229ed commit b87b5e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RecurrenceAnalysis"
22
uuid = "639c3291-70d9-5ea2-8c5b-839eba1ee399"
33
repo = "https://github.com/JuliaDynamics/RecurrenceAnalysis.jl.git"
4-
version = "2.0.7"
4+
version = "2.0.8"
55

66
[deps]
77
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"

docs/src/rplots.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ X, t = trajectory(ro, N*Δt; Δt, Ttr = 10.0)
5858
R = RecurrenceMatrix(X, 5.0)
5959
recurrenceplot(R; ascii = true)
6060
```
61+
Or make a recurrence matrix with fixed (global) recurrence rate of 10%
62+
```@example MAIN
63+
R = RecurrenceMatrix(X, GlobalRecurrenceRate(0.1))
64+
recurrenceplot(R; ascii = true)
65+
```
6166
```@example MAIN
6267
typeof(R)
6368
```
@@ -177,4 +182,4 @@ distancematrix
177182
## `StateSpaceSet` reference
178183
```@docs
179184
StateSpaceSet
180-
```
185+
```

0 commit comments

Comments
 (0)