JuliaDynamics / RecurrenceAnalysis.jl

Recurrence Quantification Analysis in Julia
https://juliadynamics.github.io/RecurrenceAnalysis.jl/stable/
MIT License
45 stars 12 forks source link

Function for windowed rqa is broken #149

Closed allomulder closed 1 year ago

allomulder commented 1 year ago

Hello,

There seems to be a typo in windowed function arguments which causes it to break:

image

Also formatting in docs for it seems to be weird - it doesn't look like a code block similar to other entries. Not sure if related.

image

allomulder commented 1 year ago

Created a pull request which should fix both of the problems - check #150 please