ind_crumbleability {OBIC} | R Documentation |
Calculate the indicator for crumbleability
Description
This function calculates the indicator for crumbleability. The crumbleability is calculated by calc_crumbleability
Usage
ind_crumbleability(D_CR, B_LU_BRP)
Arguments
D_CR |
(numeric) The value of crumbleability calculated by |
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)
ind_crumbleability(D_CR = c(2,6), B_LU_BRP = c(1910,1910))
[Package OBIC version 3.0.2 Index]