ind_sealing: Calculate the soil sealing indicator

View source: R/sealing.R

ind_sealingR Documentation

Calculate the soil sealing indicator

Description

This function calculates the indicator for the soil sealing calculated by calc_sealing_risk

Usage

ind_sealing(D_SE, B_LU_BRP)

Arguments

D_SE

(numeric) The value of soil sealing calculated by calc_sealing_risk

B_LU_BRP

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

Value

The evaluated score for the soil function to avoid crop damage due to sealing of surface. A numeric value between 0 and 1.

Examples

ind_sealing(D_SE = 15,B_LU_BRP = 256)
ind_sealing(D_SE = c(5,15,35),B_LU_BRP = c(1019,1019,1019))
 

OBIC documentation built on Sept. 12, 2024, 7:02 a.m.