dilutionseries {KOMA.win}R Documentation

Calculate the dilutionseries

Description

This function calculates a series of concentrations depending on the highest concentration, the number of dilutionsteps and the diltionfactor.

Usage

dilutionseries(highestconc, dilutions, dilutionfactor)

Arguments

highestconc the highest concentration as numeric object
dilutions the number of diltionsteps performed in the experiment
dilutionfactor the used factor of dilution

Value

concentrations a series of ideal calculated concentrations used to calibrate

Author(s)

Florian Heigwer

Examples

        
        dilutionseries(10,8,2)  #give the highest concentration, the number of dilutions and the diltuion factor


[Package KOMA.win version 1.0 Index]