Learn R Programming

OrgMassSpecR (version 0.5-3)

DeadVolume: Internal volume of tubing.

Description

Calculate the internal volume of a defined length of tubing.

Usage

DeadVolume(internalDiameterMicrometers = 24, tubeLengthCentimeters = 45)

Arguments

internalDiameterMicrometers

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

tubeLengthCentimeters

the length of tubing, in centimeters; numeric value.

Value

Vector of the dead volume in microliters.

See Also

FlowTime

Examples

Run this code
# NOT RUN {
DeadVolume(internalDiameterMicrometers = 47, tubeLengthCentimeters = 33)
# }

Run the code above in your browser using DataLab