This function calculates the indicator for the soil sealing calculated by calc_sealing_risk

ind_sealing(D_SE, B_LU_BRP)

Arguments

D_SE

(numeric) The value of soil sealing calculated by calc_sealing_risk

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)
#> [1] 0.9995686
ind_sealing(D_SE = c(5,15,35),B_LU_BRP = c(1019,1019,1019))
#> [1] 0.6535062 0.9995686 1.0000000