View source: R/ECconversion4.R
| ECconversion4 | R Documentation |
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
ECconversion4(x,target)
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) |
The target is specified as TDS or TSS or mmho.
The output is a numeric value of equivalent electrical conductivity (EC) in dS/m
TDS should be given in mg/l or ppm. TSS should be given in mmol/l. The function does not convert salt values between different measurement methods
Christian Thine Omuto
ECconversion1, ECconversion2, pedoTransfer
ECconversion4(200,"TSS")
ECconversion4(20,"TDS")
ECconversion4(2,"mmho")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.