Calculate and evaluates the risk for subsoil compaction
Source:R/bln_prod_compaction.R
bln_p_compaction.Rd
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,
Value
The evaluated score for the soil function for subsoil compaction. A numeric value between 0 and 1.
References
Akker et al. (2013) Risico op ondergrondverdichting in het landelijk gebied in kaart, Alterra-rapport 2409, Alterra, Wageningen University and Research Centre.
Examples
bln_p_compaction(B_SC_WENR = 'Zeer groot')
#> [1] 0.2
bln_p_compaction(B_SC_WENR = c('Zeer groot','Van nature dicht'))
#> [1] 0.2 0.2