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))


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