1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-18 02:43:14 +02:00

new antibiotics

This commit is contained in:
2019-05-10 16:44:59 +02:00
parent 73f1ee1159
commit 68cc7ef0d0
147 changed files with 6228 additions and 4187 deletions

View File

@ -81,7 +81,7 @@ boxplot(microbenchmark(as.mo("Thermus islandicus"),
as.mo("E. coli"),
times = 10),
horizontal = TRUE, las = 1, unit = "s", log = FALSE,
xlab = "", ylab = "Time in seconds", ylim = c(0, 0.5),
xlab = "", ylab = "Time in seconds",
main = "Benchmarks per prevalence")
```