ind_bcs {OBIC}R Documentation

Calculate the indicator for BodemConditieScore

Description

This function calculates the final score for the BodemConditieScore by using the scores calculated by calc_bcs

Usage

ind_bcs(D_BCS)

Arguments

D_BCS

(numeric) The value of BCS calculated by calc_bcs

Value

The evaluated score for the Visual Soil Assessment. A numeric value between 0 and 50.

Examples

ind_bcs(D_BCS = 12)
ind_bcs(D_BCS = c(12,18,26,30))


[Package OBIC version 3.0.2 Index]