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

Description Usage Arguments Details Author(s) Examples

Description

Uses the equation:

Usage

1
StockSolVol(StockSolConc, NewSolConc, NewSolVol)

Arguments

StockSolConc

The concentration of your stock solution

NewSolConc

The desired concentration of your new solution

NewSolVol

The total volume of your new solution

Details

StockSolVol = (NewSolConc * NewSolVol) / StockSolConc

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

StockSolVol(StockConc, DesiredConc, DesiredVol)

padpadpadpad/TeamPhytoplankton documentation built on May 24, 2019, 5:59 p.m.