This function calculates the the sustainability of strategic management options as calculated by calc_management The main source of this indicator is developed for Label Duurzaam Bodembeheer (Van der Wal, 2016)

ind_management(D_MAN, B_LU_BRP, B_SOILTYPE_AGR)

Arguments

D_MAN

(numeric) The value of Sustainable Management calculated by calc_management

B_LU_BRP

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

B_SOILTYPE_AGR

(character) The type of soil

Value

The evaluated score for the evaluated soil management given the Label Sustainable Soil Management. A numeric value between 0 and 1.

Details

The current function allows a maximum score of 18 points for arable systems, 12 for maize and 10 for grass (non-peat), 17 for grass on peat, and 4 for nature.

Examples

ind_management(D_MAN = 15,B_LU_BRP = 1019, B_SOILTYPE_AGR = 'dekzand')
#> [1] 0.83
ind_management(D_MAN = c(2,6,15), B_LU_BRP = c(1019,256,1019),B_SOILTYPE_AGR = rep('dekzand',3))
#> [1] 0.11 0.33 0.83