mikeblazanin / gcplyr

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

find_threshold_crosses should treat the first and last subset=TRUE values as the endpoints #183

Closed mikeblazanin closed 5 months ago

mikeblazanin commented 6 months ago

Currently I think it just treats the [1] and [n] index values as endpoints

mikeblazanin commented 5 months ago

Couldn't reproduce issue with tests, closing as not an issue