1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-02 19:44:04 +02:00

(v1.4.0.9048) AmpC de-repressed cephalo-resistant mutants

This commit is contained in:
2020-12-27 14:23:11 +01:00
parent 8b52f9b1be
commit ed198916bf
24 changed files with 93 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ On our website \url{https://msberends.github.io/AMR/} you can find \href{https:/
get_episode(example_isolates$date, episode_days = 60)
is_new_episode(example_isolates$date, episode_days = 60)
# filter on results from the third 60-day episode using base R
# filter on results from the third 60-day episode only, using base R
example_isolates[which(get_episode(example_isolates$date, 60) == 3), ]
\donttest{