This function calculates the final score for the BodemConditieScore by using the scores calculated by calc_bcs
ind_bcs(D_BCS)(numeric) The value of BCS  calculated by calc_bcs
The evaluated score for the Visual Soil Assessment. A numeric value between 0 and 50.
ind_bcs(D_BCS = 12)
#> [1] 0.3
ind_bcs(D_BCS = c(12,18,26,30))
#> [1] 0.30 0.45 0.65 0.75