mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:51:59 +02:00
auto-remove missing ABs in antibiogram()
This commit is contained in:
2
index.md
2
index.md
@ -115,7 +115,7 @@ Like many other functions in this package, `antibiogram()` comes with support fo
|
||||
|
||||
```r
|
||||
antibiogram(example_isolates,
|
||||
antibiotics = c("CIP", "TOB", "GEN"),
|
||||
antibiotics = c("cipro", "tobra", "genta"), # any arbitrary name or code will work
|
||||
mo_transform = "gramstain",
|
||||
ab_transform = "name",
|
||||
language = "uk") # Ukrainian
|
||||
|
Reference in New Issue
Block a user