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:
@ -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}
|
||||
|
Reference in New Issue
Block a user