This function calculates the indicator for the risk for soil compaction of the subsoil. derived from van den Akker et al. (2013) Risico op ondergrondverdichting in het landelijk gebied in kaart, Alterra-rapport 2409, Alterra, Wageningen University and Research Centre,
ind_compaction(B_SC_WENR)
The evaluated score for the soil function for subsoil compaction. A numeric value between 0 and 1.
Akker et al. (2013) Risico op ondergrondverdichting in het landelijk gebied in kaart, Alterra-rapport 2409, Alterra, Wageningen University and Research Centre.
ind_compaction(B_SC_WENR = 'Zeer groot')
#> [1] 0.2
ind_compaction(B_SC_WENR = c('Zeer groot','Van nature dicht'))
#> [1] 0.2 0.2