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

website syntax update

This commit is contained in:
2023-02-17 11:39:00 +01:00
parent 714a048fa9
commit e890360986
6 changed files with 24 additions and 11 deletions

View File

@ -27,7 +27,8 @@ antibiogram(
language = get_AMR_locale(),
minimum = 30,
combine_SI = TRUE,
sep = " + "
sep = " + ",
info = interactive()
)
\method{plot}{antibiogram}(x, ...)
@ -63,6 +64,8 @@ antibiogram(
\item{sep}{a separating character for antibiotic columns in combination antibiograms}
\item{info}{a \link{logical} to indicate info should be printed, defaults to \code{TRUE} only in interactive mode}
\item{...}{when used in \code{\link[=print]{print()}}: arguments passed on to \code{\link[knitr:kable]{knitr::kable()}} (otherwise, has no use)}
\item{object}{an \code{\link[=antibiogram]{antibiogram()}} object}