mirror of
https://github.com/msberends/AMR.git
synced 2025-07-27 13:07:54 +02:00
Built site for AMR@2.1.1.9223: bb11064
This commit is contained in:
@ -9,7 +9,7 @@ Adhering to previously described approaches (see Source) and especially the Baye
|
||||
|
||||
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9222</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9223</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
@ -112,8 +112,9 @@ Adhering to previously described approaches (see Source) and especially the Baye
|
||||
<li><p>A combination of the above, using <code><a href="https://rdrr.io/r/base/c.html" class="external-link">c()</a></code>, e.g.:</p><ul><li><p><code>c(aminoglycosides(), "AMP", "AMC")</code></p></li>
|
||||
<li><p><code>c(aminoglycosides(), carbapenems())</code></p></li>
|
||||
</ul></li>
|
||||
<li><p>Combination therapy, indicated by using <code>"+"</code>, with or without <a href="antimicrobial_selectors.html">antimicrobial selectors</a>, e.g.:</p><ul><li><p><code>"TZP+TOB"</code></p></li>
|
||||
<li><p><code>"cipro + genta"</code></p></li>
|
||||
<li><p>Combination therapy, indicated by using <code>"+"</code>, with or without <a href="antimicrobial_selectors.html">antimicrobial selectors</a>, e.g.:</p><ul><li><p><code>"cipro + genta"</code></p></li>
|
||||
<li><p><code>"TZP+TOB"</code></p></li>
|
||||
<li><p><code>c("TZP", "TZP+GEN", "TZP+TOB")</code></p></li>
|
||||
<li><p><code>carbapenems() + "GEN"</code></p></li>
|
||||
<li><p><code>carbapenems() + c("", "GEN")</code></p></li>
|
||||
<li><p><code>carbapenems() + c("", aminoglycosides())</code></p></li>
|
||||
|
Reference in New Issue
Block a user