This function calculates the indicator for crumbleability. The crumbleability is calculated by calc_crumbleability

ind_crumbleability(D_CR, B_LU_BRP)

Arguments

D_CR

(numeric) The value of crumbleability calculated by calc_crumbleability

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

Value

The evaluated score for the soil function crumbleability. A numeric value between 0 and 1.

Examples

ind_crumbleability(D_CR = 3, B_LU_BRP = 1910)
#> [1] 0.25
ind_crumbleability(D_CR = c(2,6), B_LU_BRP = c(1910,1910))
#> [1] 0.1666667 0.5000000