1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 13:01:51 +02:00

(v2.1.1.9055) example fix

This commit is contained in:
2024-06-17 14:36:40 +02:00
parent 13baf8d7be
commit 1e65b5a289
4 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@
#' ERY = "R"
#' )
#' df_long <- data.frame(
#' bacteria = rep("Escherichia coli", 3),
#' bacteria = rep("Escherichia coli", 4),
#' antibiotic = c("amoxicillin", "cipro", "tobra", "genta"),
#' mics = as.mic(c(0.01, 1, 4, 8)),
#' disks = as.disk(c(6, 10, 14, 18))