ind_sealing {OBIC} | R Documentation |
Calculate the soil sealing indicator
Description
This function calculates the indicator for the soil sealing calculated by calc_sealing_risk
Usage
ind_sealing(D_SE, B_LU_BRP)
Arguments
D_SE |
(numeric) The value of soil sealing calculated by |
B_LU_BRP |
(numeric) The crop code (gewascode) from the BRP |
Value
The evaluated score for the soil function to avoid crop damage due to sealing of surface. A numeric value between 0 and 1.
Examples
ind_sealing(D_SE = 15,B_LU_BRP = 256)
ind_sealing(D_SE = c(5,15,35),B_LU_BRP = c(1019,1019,1019))
[Package OBIC version 3.0.2 Index]