1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 14:01:55 +02:00

check fails

This commit is contained in:
2018-07-17 14:48:11 +02:00
parent 5cb9c541f8
commit 2a4d759fbc
4 changed files with 5 additions and 2 deletions

View File

@ -126,7 +126,7 @@ tbl$first_resp_isolate_weighed <-
}
}
\seealso{
\code{\link{keyantibiotics}}
\code{\link{key_antibiotics}}
}
\keyword{first}
\keyword{isolate}

View File

@ -24,6 +24,8 @@ key_antibiotics_equal(x, y, type = c("keyantibiotics", "points"),
\item{info}{print progress}
\item{x, y}{characters to compare}
\item{type}{type to determine weighed isolates; can be \code{"keyantibiotics"} or \code{"points"}, see Details}
\item{ignore_I}{logical to determine whether antibiotic interpretations with \code{"I"} will be ignored when \code{type = "keyantibiotics"}, see Details}