Skip to content

Commit

Permalink
remove outdated fixedrate keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Jun 9, 2024
1 parent b1b3f6c commit bfdc612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rplots.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ using RecurrenceAnalysis, DelayEmbeddings, CairoMakie
data = sin.(2*π .* (0:400)./ 60)
Y = embed(data, 3, 15)
R = RecurrenceMatrix(Y, 0.25; fixedrate=true)
R = RecurrenceMatrix(Y, GlobalRecurrenceRate(0.25))
R_skel = skeletonize(R)
fig = Figure(resolution = (1000,600))
Expand Down

0 comments on commit bfdc612

Please sign in to comment.