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

auc gives a warning when xlim is set to values where the x value is present but the y value is NA #188

Closed mikeblazanin closed 7 months ago

mikeblazanin commented 8 months ago

auc(x = 1:10, y = c(1:8, NA, NA), xlim = c(1, 9))