calc_sbal_arable {OBIC} | R Documentation |
Calculate the indicator for delta S-balance arable
Description
This function calculates the change in S-balance compared to averaged S-supply as given in fertilizer recommendation systems.
Usage
calc_sbal_arable(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)
Arguments
D_SLV |
(numeric) The value of SLV calculated by |
B_LU_BRP |
(numeric) The crop code (gewascode) from the BRP |
B_SOILTYPE_AGR |
(character) The type of soil |
B_AER_CBS |
(character) The agricultural economic region in the Netherlands (CBS, 2016) |
Value
Estimated contribution of the soil to the S balance of arable fields. A numeric value.
Examples
calc_sbal_arable(D_SLV = 65, B_LU_BRP = 1019, B_SOILTYPE_AGR = 'dekzand',
B_AER_CBS = 'Rivierengebied')
[Package OBIC version 3.0.2 Index]