ind_crumbleability: Calculate the indicator for crumbleability

View source: R/crumbleability.R

ind_crumbleabilityR 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 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)
ind_crumbleability(D_CR = c(2,6), B_LU_BRP = c(1910,1910))


springgbv/Open-Bodem-Index-Calculator documentation built on Sept. 13, 2024, 2:48 a.m.