c1v1: Dilution/Concentration Calculator

Description Usage Arguments Value Examples

View source: R/c1v1.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 "find", the function will solve for.

Usage

1
c1v1(c1, v1, c2, v2)

Arguments

c1

initial concentration

v1

initial volume

c2

final concentration

v2

final volume

Value

a number

Examples

1
c1v1(c1 = 100, v1 = 2, c2 = "find", v2 = 1000)

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