Learn R Programming

soilassessment (version 0.3.0)

ECconversion4: A function for harmonizing salt measurements into equivalent electrical conductivity in dS/m

Description

This function allows approximate conversion of other soil salt measurements into equivalent electrical conductivity (EC) in dS/m. These measurements include total soluble salts (TSS), total dissolved solids (TDS) and EC in mmho/cm

Usage

ECconversion4(x,target)

Value

The output is a numeric value of equivalent electrical conductivity (EC) in dS/m

Arguments

x

is a numeric value of salt to convert to equivalent EC in dS/m

target

the target salt measurement to be converted into equivalent electrical conductivity (EC) in dS/m. It can be TDS (mg/l or ppm), TSS (mmol/l), EC in (mmho/cm)

Author

Christian Thine Omuto

Details

The target is specified as TDS or TSS or mmho.

See Also

ECconversion1, ECconversion2, pedoTransfer

Examples

Run this code
ECconversion4(200,"TSS")
ECconversion4(20,"TDS")
ECconversion4(2,"mmho")

Run the code above in your browser using DataLab