Learn R Programming

Biotech (version 1.0.0)

eG: Compute gas content Keep an eye on the units

Description

Compute gas content Keep an eye on the units

Usage

eG(VG, VL)

Arguments

VG

volume of gas

VL

volume of liquid

Value

eG or the gas content

Examples

Run this code
# NOT RUN {
eG( VG = c(1, 2, 3), VL = c(6, 12, 24) )
# }

Run the code above in your browser using DataLab