Skip to content

Commit

Permalink
Update docs/src/rplots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Jun 10, 2024
1 parent 116b311 commit bf04c5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/rplots.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ X, t = trajectory(ro, N*Δt; Δt, Ttr = 10.0)
# Make a recurrence matrix with fixed threshold
R = RecurrenceMatrix(X, 5.0)
recurrenceplot(R; ascii = true)
# Or make a recurrence matrix with fixed (global) recurrence rate of 10%
```
Or make a recurrence matrix with fixed (global) recurrence rate of 10%
```@example MAIN
R = RecurrenceMatrix(X, GlobalRecurrenceRate(0.1))
recurrenceplot(R; ascii = true)
```
Expand Down

0 comments on commit bf04c5e

Please sign in to comment.