stock_sol_vol: Calculates the volume of stock solution needed when making up...

Description Usage Arguments Details Author(s) Examples

View source: R/stock_sol_vol.R

Description

Uses the equation:

Usage

1
stock_sol_vol(stock_sol_conc, new_sol_conc, new_sol_vol)

Arguments

stock_sol_conc

The concentration of your stock solution

new_sol_conc

The desired concentration of your new solution

new_sol_vol

The total volume of your new solution

Details

stock_sol_vol = (new_sol_conc * new_sol_vol) / stock_sol_conc

To work out the volume of your original solution (stock solution) you need to make up the desired concentration of your new solution (eg. for a working solution)

Author(s)

Daniel Padfield

Examples

1
2
3
4
5
StockConc <- 100
DesiredConc <- 10
DesiredVol <- 50

stock_sol_vol(StockConc, DesiredConc, DesiredVol)

padpadpadpad/MicrobioUoE documentation built on April 6, 2020, 6:28 p.m.