mic_range | R Documentation |
Generate dilution series
mic_range(start = 512, dilutions = Inf, min = 0.002, precise = FALSE)
start |
starting (highest) concentration |
dilutions |
number of dilutions |
min |
minimum (lowest) concentration |
precise |
force range to be high precision (not usually desired behaviour) |
Vector of numeric concentrations
mic_range(128)
mic_range(128, dilutions = 21) # same results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.