1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-24 05:36:19 +02:00

(v3.0.1.9059) Fix WISCA in vignette

This commit is contained in:
2026-06-23 14:38:59 +02:00
parent 3f9f931777
commit 9898b5df4b
41 changed files with 1310 additions and 757 deletions

View File

@@ -12,15 +12,19 @@
\alias{droplevels.mic}
\title{Transform Input to Minimum Inhibitory Concentrations (MIC)}
\usage{
as.mic(x, na.rm = FALSE, keep_operators = "all",
round_to_next_log2 = FALSE)
as.mic(x, na.rm = FALSE, keep_operators = "all", round_to_next_log2 = FALSE)
is.mic(x)
NA_mic_
rescale_mic(x, mic_range, keep_operators = "edges", as.mic = TRUE,
round_to_next_log2 = FALSE)
rescale_mic(
x,
mic_range,
keep_operators = "edges",
as.mic = TRUE,
round_to_next_log2 = FALSE
)
mic_p50(x, na.rm = FALSE, ...)