Creates table of dilutions instructions.
| 1 2 3 | volume_for_dilution_table(initial_conc, final_volume,
  final_conc = min(initial_conc), id = names(initial_conc),
  display = TRUE, ...)
 | 
| initial_conc | A numeric vector of initial concentrations of samples. | 
| final_volume | The desired final volume after dilution. | 
| final_conc | The desired final concentration. (Default: minimum of initial concentration) | 
| id | The row names for the samples. (Default: the names of the initial_conc vector) | 
| display | If True, the table is printed in markdown format. | 
| ... | Extra arguments are passed to print_table | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.