serial_dilution_table: Creates table for serial dilutions

Description Usage Arguments Examples

Description

Creates a markdown table of dilution factors and final concentrations for serial dilutions given a range of desired concentrations, the number of dilutions, and the final volume.

Usage

1
serial_dilution_table(range, dilutions, volume, units = "μL")

Arguments

range

The inclusive range of concentrations to produce. Takes a numeric vector of length 2.

dilutions

The number of dilutions to perform. Takes a numeric vector of length 1.

volume

The final volume of the dilutions.

units

The units of volume used. Default: "μL".

Examples

1
serial_dilution_table(c(5,.00005), 5, 75)

grunwaldlab/labtools documentation built on May 17, 2019, 8:38 a.m.