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

small text fixes

This commit is contained in:
2018-12-14 07:48:12 +01:00
parent 81af7be36e
commit 7e5fe75a17
8 changed files with 13 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ These functions are meant to count isolates. Use the \code{\link{portion}_*} fun
count_R(septic_patients$amox)
count_IR(septic_patients$amox)
# Or susceptibile isolates
# Or susceptible isolates
count_S(septic_patients$amox)
count_SI(septic_patients$amox)