View source: R/harmonization.R
| harmonization | R Documentation | 
A generic model for harmonizing soil data for salt-affected soils.
harmonization(x,A,B)
| x | - is input data to harmonize such as electrical conductivity (ec) or ph. | 
| A | - is real number rate parameter or slope of the harmonization model | 
| B | - is real number constant (intercept) of the harmonization model | 
This is a generic linear model for harmonizing input soil data for assessing salt-affected soils.
a numeric output of harmonized ec or ph
Christian Thine Omto
ME_ECharmserve, ME_PHharmserve
A = 1.08
B = 0.303
ec=2.45
harmonization(2.45,1.08,0.303)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.