R/pesticides.R
ind_pesticide_leaching.Rd
This function calculates the indicator value for pesticide leaching from a soil
ind_pesticide_leaching(D_PESTICIDE)
The evaluated score for the soil function to minimize pesticide leaching. A numeric value between 0 and 1.
ind_pesticide_leaching(D_PESTICIDE = 0.7)
#> [1] 0.8513294
ind_pesticide_leaching(D_PESTICIDE = c(0.4,0.6,0.8,1))
#> [1] 0.999428174 0.976145777 0.370039475 0.002457671