mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

Improve efficiency of find_local_extrema #28

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 2 years ago

Specifically, this could be achieved by pre-computing which data points are within height_limit of each other and then identifying clusters in those rather than stepping through the data one at a time (which requires re-checking the same data point comparisons multiple times)

mikeblazanin commented 1 year ago

done with get_windows in v0.11.2.9000