conc_calc: Dilution/Concentration Calculator

Description Usage Arguments Value Examples

View source: R/conc_calc.R

Description

Calculates unknown concentrations or volumes using (c1 * v1 = c2 * v2). Make sure the numbers you give are in the same units! This function will not know otherwise. Whichever parameter is set to 0, the function will solve for.

Usage

1
conc_calc(c1, v1, c2, v2)

Arguments

c1

initial concentration

v1

initial volume

c2

final concentration

v2

final volume

Value

a number

Examples

1
conc_calc(c1 = 100, v1 = 2, c2 = 0, v2 = 1000)

brentscott93/biophysr documentation built on Sept. 14, 2021, 2:35 a.m.