Learn R Programming

OrgMassSpecR (version 0.5-4)

DeadVolume: Internal volume of tubing.

Description

Calculate the internal volume of a defined length of tubing.

Usage

DeadVolume(internalDiameterMicrometers = 24, tubeLengthCentimeters = 45)

Value

Vector of the dead volume in microliters.

Arguments

internalDiameterMicrometers

the internal diameter of the tubing, in micrometers; numeric value.

tubeLengthCentimeters

the length of tubing, in centimeters; numeric value.

Author

Nathan G. Dodder

See Also

FlowTime

Examples

Run this code
DeadVolume(internalDiameterMicrometers = 47, tubeLengthCentimeters = 33)

Run the code above in your browser using DataLab