harmonization {soilassessment} | R Documentation |
Harmonization model for salt-affected soils
Description
A generic model for harmonizing soil data for salt-affected soils.
Usage
harmonization(x,A,B)
Arguments
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 |
Details
This is a generic linear model for harmonizing input soil data for assessing salt-affected soils.
Value
a numeric output of harmonized ec or ph
Author(s)
Christian Thine Omto
See Also
ME_ECharmserve
, ME_PHharmserve
Examples
A = 1.08
B = 0.303
ec=2.45
harmonization(2.45,1.08,0.303)
[Package soilassessment version 0.2.6 Index]