dilute | R Documentation |
Calculate dilution from known concentrations
dilute(c1, c2 = min(c1), v2, round_for_pipettes = TRUE, quiet = FALSE)
c1 |
Numeric. Initial concentration of sample. |
c2 |
Numeric. Target concentration of sample. |
v2 |
Numeric. Target final volume of sample. If |
round_for_pipettes |
Logical. If TRUE, rounds values to the accuracy of
standard pipettes using |
quiet |
Logical. If FALSE, will warn when dilution is impossible to do without concentrating sample. |
a named list, with sample_to_add
as the volume of sample to add,
and add_to
as the volume to dilute the sample into.
dilute(203, 70, 10)
dilute(203, 70, 10, round_for_pipettes = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.