Skip to contents

Conversion of units.

Usage

conv_g.ml_to_g.dl(x)

conv_g.dl_to_g.ml(x)

conv_mul_to_mm3(x)

conv_mm3_to_mul(x)

conv_K.ml_to_K.mm3(x)

conv_K.mm3_to_K.ml(x)

conv_cm_to_m(x)

conv_m_to_cm(x)

conv_mumol.l_to_mg.dl(x)

conv_mg.dl_to_mumol.l(x)

Arguments

x

Numeric.

Value

A numerical vector.

Details

conv_g.ml_to_g.dl(): g/ml to g/dl. \(1/100\).

conv_g.dl_to_g.ml(): g/dl to g/ml. x\(100\).

conv_mul_to_mm3(): \(\mu\)l to mm\(^3\). x\(1\).

conv_mm3_to_mul(): mm\(^3\) to \(\mu\)l. x\(1\).

conv_K.ml_to_K.mm3(). count per ml to count per mm\(^3\). \(1/1000\).

conv_K.mm3_to_K.ml(). count per mm\(^3\) to count per mL. x\(1000\).

conv_cm_to_m(). cm to m. \(1/100\).

conv_cm_to_m(). m to cm. x\(100\).

conv_mumol.l_to_mg.dl(). \(\mu\) mod per l to mg per dl. x \(0.0113096584483149\)

conv_mg.dl_to_mumol.l(). mg per dl to \(\mu\) mod per l. \(1/0.0113096584483149\)