kleinbub / rMEA

an R package to perform synchronization analysis on motion energy time-series
GNU General Public License v3.0
15 stars 2 forks source link

suggestion: max combinations for pseudosynchrony #2

Closed thekryz closed 4 years ago

thekryz commented 4 years ago

From checking the source code I figured that passing a large number (e.g. 999999) to the size of shuffle will return the maximum combinations. It's a small thing, but I would add that info to the documentation of shuffle.

kleinbub commented 4 years ago

size = "max" is also a possible setting, I included that in the documentation, thanks!