mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 20:09:38 +02:00
styled, unit test fix
This commit is contained in:
@@ -62,10 +62,12 @@ if (require("dplyr")) {
|
||||
filter(mo == as.mo("Escherichia coli")) \%>\%
|
||||
group_by(age_group = age_groups(age)) \%>\%
|
||||
select(age_group, CIP) \%>\%
|
||||
ggplot_rsi(x = "age_group",
|
||||
minimum = 0,
|
||||
x.title = "Age Group",
|
||||
title = "Ciprofloxacin resistance per age group")
|
||||
ggplot_rsi(
|
||||
x = "age_group",
|
||||
minimum = 0,
|
||||
x.title = "Age Group",
|
||||
title = "Ciprofloxacin resistance per age group"
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user