mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 23:41:57 +02:00
unit tests
This commit is contained in:
21
man/antibiogram_wisca.Rd
Normal file
21
man/antibiogram_wisca.Rd
Normal file
@ -0,0 +1,21 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/antibiogram.R
|
||||
\name{antibiogram_wisca}
|
||||
\alias{antibiogram_wisca}
|
||||
\title{Generate Antibiogram: Traditional, Combined, Syndromic, or Weighted (WISCA)}
|
||||
\usage{
|
||||
antibiogram_wisca(
|
||||
x,
|
||||
...,
|
||||
antibiotics = where(is.sir),
|
||||
type = c("traditional", "combined", "syndromic", "WISCA"),
|
||||
col_mo = NULL,
|
||||
minimum = 30
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{a \link{data.frame} containing at least a column with microorganisms and columns with antibiotic results (class 'sir', see \code{\link[=as.sir]{as.sir()}})}
|
||||
}
|
||||
\description{
|
||||
Generate Antibiogram: Traditional, Combined, Syndromic, or Weighted (WISCA)
|
||||
}
|
Reference in New Issue
Block a user