Learn R Programming

OBIC (version 4.2.1)

ind_workability: Calculate indicator for workability

Description

This function calculates the indicator for the workability of the soil expressed as the period in which the soil can be worked without inflicting structural damage that cannot be restored by the regular management on the farm.

Usage

ind_workability(D_WO, B_LU_BRP)

Value

The evaluated score for the soil function to allow the soil to be managed by agricultural activities. A numeric value between 0 and 1.

Arguments

D_WO

(numeric) The value of the relative (workable) season length calculated by calc_workability

B_LU_BRP

(numeric) The crop code from the BRP

Examples

Run this code
ind_workability(D_WO = 0.85,B_LU_BRP = 256)
ind_workability(D_WO = c(0.15,0.6,0.9),B_LU_BRP = c(256,1019,1019))
 

Run the code above in your browser using DataLab