mikeblazanin / gcplyr

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

Vignette recommendations for when which.max will be run on all NA's #154

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

In that case it returns integer(0), not NA, so it kills the whole row

mikeblazanin commented 1 year ago

Fixed by implemented which.min.gc and which.max.gc in 1.4.1.9000