gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
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 9 months ago
auc(x = 1:10, y = c(1:8, NA, NA), xlim = c(1, 9))